-
Notifications
You must be signed in to change notification settings - Fork 321
feat: Native Delta Lake scan via delta-kernel-rs #3932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 5 commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
10dd91a
feat: add native Delta Lake scan via delta-kernel-rs
schenksj 6980fa1
test: Delta native scan test suites
schenksj 0a21380
bench: Delta benchmarks and TPC runner infrastructure
schenksj 2cef606
ci/docs: Delta CI workflow and documentation
schenksj c0ada8d
feat: expand kernel predicate pushdown with IN and Cast support
schenksj 2b8dedd
docs: add IN/NOT IN and Cast to supported predicates list
schenksj 64e1f3e
fix: address CI linting and security feedback
schenksj c97b60e
fix: use Hadoop Path when parsing input file URIs in native Delta scan
schenksj 3e4b6a0
test: add Delta Lake regression suite mirroring the Iceberg pattern
schenksj 29361d6
fix: distinguish CometDeltaNativeScan instances across snapshot versions
schenksj ee5a375
fix: use correct Delta artifact ID for Spark 3.4 test dependency
schenksj bf38729
test(delta-regression): robustness fixes + DELTA_JAVA_HOME support
schenksj db4b6eb
test(delta-regression): make Delta 2.4.0 diff install Comet extensions
schenksj d8aa2bb
Merge remote-tracking branch 'upstream/main' into delta-kernel-phase-1
schenksj 75e404d
fix: populate InputFileBlockHolder for Delta native scans so Delta ME…
schenksj 0dbb807
test(delta-regression): make spark/test actually run on modern JDKs
schenksj 297d857
feat(delta): close major native-scan coverage gaps + row tracking
schenksj 340a594
chore(delta-regression): drop row-id-lookup targeted test
schenksj 24427b5
fix(delta-regression): force UTC JVM timezone; use rootPaths for sche…
schenksj ff352e4
docs(delta): refresh support matrix; clarify cloud-fetch guard
schenksj 9e88ac0
fix(delta): translate column-mapping names on the pre-materialised-in…
schenksj 6b276b1
fix(delta): code review hardening + CI workflow registration
schenksj 7844db1
fix(delta): nested column mapping, checkpoint errors, TZ partition va…
schenksj 607e89b
fix(delta): MERGE + column mapping name mode unblocks field metadata
schenksj a4dfc3a
fix(delta): session-TZ timestamp partition values + z-order shuffle b…
schenksj a01949a
fix(delta): preserve DV filter wrapper when scan would fall back
schenksj 08f1ed8
fix(delta): alias output_rows to numOutputRows for streaming progress
schenksj 92f1da0
refactor(delta): code review hardening round 2
schenksj 2803322
test(delta): add CometDeltaRoundTripSuite for round-2 fix coverage
schenksj bbc57dc
test(delta): add dev/run-delta-all-failures.sh
schenksj 98aa8b2
fix(delta): broaden TIMESTAMP partition-value parsing + skip nested-a…
schenksj e65f6ed
fix(delta): preserve DV wrapper for PreparedDeltaFileIndex too
schenksj 71313d2
fix(delta): extend DV fallback to any scan with is_row_deleted + Prep…
schenksj 6804916
test(comet): plain-Parquet repro for Utf8<=Int32 bug establishes the …
schenksj f917f67
fix(delta): column-mapping scan hardening (fixes drop-column-with-con…
schenksj 609b904
fix(delta): DV-aware UPDATE bookkeeping + name-mode partition keys + …
schenksj 2508588
fix(delta-regression): unwrap CometScanExec in OptimizeGeneratedColum…
schenksj da19481
fix(delta-regression): stop overriding dvFileNamePrefix in Delta test…
schenksj bb35abf
feat(delta): file-splitting via byte-range tasks in CometDeltaNativeScan
schenksj b1fce4f
fix(delta): decline scan when Delta synthetic columns are in output
schenksj 7d8c3b0
fix(aqe): preserve a logical link on Comet exchange wrappers
schenksj a0a5caa
fix(delta-regression): replace `spark%dir%prefix` temp-dir prefix in …
schenksj 24fb5e4
fix(delta-regression): drop both path-prefix test shims
schenksj 9f9335e
fix(delta): decline native scan when ignoreMissingFiles is enabled
schenksj 8b6fdaf
feat(parquet): lazy ignoreMissingFiles in the native Delta scan
schenksj ff5c92f
chore(dev): add FAST=1 mode to run-delta-regression.sh
schenksj 7d52de7
fix(aqe): preserve a logical link on every Comet exec, not just excha…
schenksj 2b09698
fix(delta): single-URI-encoded table roots and PreparedDeltaFileIndex…
schenksj f8771bc
fix(delta): always send fully-encoded URI to native scan
schenksj 2b0d747
chore: gitignore .claude/ scheduled-tasks lock
schenksj bf59576
fix(delta): gate physicalName synthesis on table column-mapping mode
schenksj ca26110
fix(delta): don't override user-set useMetadataRowIndex
schenksj d203466
fix(delta): decline native Delta scan when input_file_name is referenced
schenksj 845c1e2
fix(delta): bin-pack scan tasks into Spark partitions
schenksj 0d67db2
feat(delta): drop typeWidening fallback gate
schenksj 1c12945
feat(delta): drop rowTracking fallback gate
schenksj 9c1e64e
feat(delta): wire parquet encryption through native Delta scan
schenksj 3f8f227
chore(delta): remove dead PreparedDeltaFileIndex DV check
schenksj 197ee4a
fix(delta): use preparedScan.files for PreparedDeltaFileIndex
schenksj 5c00233
fix(delta): parse TIMESTAMP_NTZ partition values without session TZ s…
schenksj 1dbfc8b
fix(delta): expose numFiles metric alias + patch DeltaSuite scan-collect
schenksj 0741f9d
fix(delta): patch merge-metrics shim to accept Comet's 2-file output
schenksj 533893c
fix(delta): nuke spark-warehouse on regression rerun + skip auto-flip…
schenksj 7b6e780
fix(delta): add synthesizedFilePartitions + patch DeltaSinkSuite/Iden…
schenksj db5fe82
docs(delta): add end-to-end design + internals reference under docs/d…
schenksj 3b46792
docs(delta): correct row-tracking config keys + document table-root U…
schenksj 810011f
fix(delta): decline native scan for CM-id mode + stale CM-name reads
schenksj be227f9
fix(delta): accept HTTP 3xx redirects in DeltaErrorsSuite URL validation
schenksj f993853
fix(delta): accept Comet's parquet error in SC-8810 corrupted-file test
schenksj b0ec773
test(delta): skip 2B-row DV delete test in Comet regression diff
schenksj 19fc6af
perf(delta): cache no-arg Method handles in DeltaReflection lookups
schenksj 5496bfb
test(delta): bump test heap to 4g and add JDK 17 --add-opens flags
schenksj 60c24ce
docs(delta): capture #79 investigation notes in CometScanRule gate co…
schenksj 779eeef
feat(delta): materialise DVs on pre-materialised FileIndex paths
schenksj 8588afe
docs(delta): inline TODOs for #75 input_file_name native support desi…
schenksj a83ecb3
feat(delta): keep input_file_name() native via one-task-per-partition
schenksj f84c6ba
fix(delta): correct nested-CM read for column-mapped tables (#79)
schenksj 461fa4f
feat(delta): rich Hadoop credential chain for kernel log replay
schenksj 209894f
docs(contrib): finalize contrib-delta migration plan
schenksj efb36df
Merge upstream/main into delta-kernel-phase-1
schenksj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,133 @@ | ||
| # Licensed to the Apache Software Foundation (ASF) under one | ||
| # or more contributor license agreements. See the NOTICE file | ||
| # distributed with this work for additional information | ||
| # regarding copyright ownership. The ASF licenses this file | ||
| # to you under the Apache License, Version 2.0 (the | ||
| # "License"); you may not use this file except in compliance | ||
| # with the License. You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, | ||
| # software distributed under the License is distributed on an | ||
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| # KIND, either express or implied. See the License for the | ||
| # specific language governing permissions and limitations | ||
| # under the License. | ||
|
|
||
| name: Delta Lake Native Scan Tests | ||
|
|
||
| concurrency: | ||
| group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }} | ||
| cancel-in-progress: true | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| paths-ignore: | ||
| - "benchmarks/**" | ||
| - "doc/**" | ||
| - "docs/**" | ||
| - "**.md" | ||
| - "native/core/benches/**" | ||
| - "native/spark-expr/benches/**" | ||
| - "spark/src/test/scala/org/apache/spark/sql/benchmark/**" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "benchmarks/**" | ||
| - "doc/**" | ||
| - "docs/**" | ||
| - "**.md" | ||
| - "native/core/benches/**" | ||
| - "native/spark-expr/benches/**" | ||
| - "spark/src/test/scala/org/apache/spark/sql/benchmark/**" | ||
| workflow_dispatch: | ||
|
|
||
| env: | ||
| RUST_VERSION: stable | ||
| RUST_BACKTRACE: 1 | ||
|
|
||
| jobs: | ||
| build-native: | ||
| name: Build Native Library | ||
| runs-on: ubuntu-24.04 | ||
| container: | ||
| image: amd64/rust | ||
| steps: | ||
| - uses: actions/checkout@v6 | ||
|
|
||
| - name: Setup Rust & Java toolchain | ||
| uses: ./.github/actions/setup-builder | ||
| with: | ||
| rust-version: ${{ env.RUST_VERSION }} | ||
| jdk-version: 17 | ||
|
|
||
| - name: Restore Cargo cache | ||
| uses: actions/cache/restore@v5 | ||
| with: | ||
| path: | | ||
| ~/.cargo/registry | ||
| ~/.cargo/git | ||
| native/target | ||
| key: ${{ runner.os }}-cargo-ci-${{ hashFiles('native/**/Cargo.lock', 'native/**/Cargo.toml') }}-${{ hashFiles('native/**/*.rs') }} | ||
| restore-keys: | | ||
| ${{ runner.os }}-cargo-ci-${{ hashFiles('native/**/Cargo.lock', 'native/**/Cargo.toml') }}- | ||
|
|
||
| - name: Build native library | ||
| run: | | ||
| cd native && cargo build --profile ci | ||
| env: | ||
| RUSTFLAGS: "-Ctarget-cpu=x86-64-v3" | ||
|
|
||
| - name: Save Cargo cache | ||
| uses: actions/cache/save@v5 | ||
| if: github.ref == 'refs/heads/main' | ||
| with: | ||
| path: | | ||
| ~/.cargo/registry | ||
| ~/.cargo/git | ||
| native/target | ||
| key: ${{ runner.os }}-cargo-ci-${{ hashFiles('native/**/Cargo.lock', 'native/**/Cargo.toml') }}-${{ hashFiles('native/**/*.rs') }} | ||
|
|
||
| - name: Upload native library | ||
| uses: actions/upload-artifact@v7 | ||
| with: | ||
| name: native-lib-delta | ||
| path: native/target/ci/libcomet.so | ||
| retention-days: 1 | ||
|
|
||
| delta-native-suite: | ||
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
|
||
| needs: build-native | ||
| strategy: | ||
| matrix: | ||
| os: [ubuntu-24.04] | ||
| java-version: [17] | ||
| spark-version: | ||
| - {short: '3.4', full: '3.4.3'} | ||
| - {short: '3.5', full: '3.5.8'} | ||
| - {short: '4.0', full: '4.0.1'} | ||
| fail-fast: false | ||
| name: delta-native/${{ matrix.os }}/spark-${{ matrix.spark-version.full }}/java-${{ matrix.java-version }} | ||
| runs-on: ${{ matrix.os }} | ||
| container: | ||
| image: amd64/rust | ||
| env: | ||
| SPARK_LOCAL_IP: localhost | ||
| steps: | ||
| - uses: actions/checkout@v6 | ||
| - name: Setup Rust & Java toolchain | ||
| uses: ./.github/actions/setup-builder | ||
| with: | ||
| rust-version: ${{ env.RUST_VERSION }} | ||
| jdk-version: ${{ matrix.java-version }} | ||
| - name: Download native library | ||
| uses: actions/download-artifact@v8 | ||
| with: | ||
| name: native-lib-delta | ||
| path: native/target/debug/ | ||
| - name: Run CometDeltaNativeSuite | ||
| run: | | ||
| ./mvnw -Pspark-${{ matrix.spark-version.short }} -pl spark -am test \ | ||
| -Dsuites=org.apache.comet.CometDeltaNativeSuite \ | ||
| -Dmaven.gitcommitid.skip | ||
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
|
||
|
github-advanced-security[bot] marked this conversation as resolved.
Fixed
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,110 @@ | ||
| # Licensed to the Apache Software Foundation (ASF) under one | ||
| # or more contributor license agreements. See the NOTICE file | ||
| # distributed with this work for additional information | ||
| # regarding copyright ownership. The ASF licenses this file | ||
| # to you under the Apache License, Version 2.0 (the | ||
| # "License"); you may not use this file except in compliance | ||
| # with the License. You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, | ||
| # software distributed under the License is distributed on an | ||
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| # KIND, either express or implied. See the License for the | ||
| # specific language governing permissions and limitations | ||
| # under the License. | ||
|
|
||
| """ | ||
| Convert TPC-H or TPC-DS Parquet data to Delta Lake tables. | ||
|
|
||
| Usage: | ||
| spark-submit \ | ||
| --packages io.delta:delta-spark_2.12:3.3.2 \ | ||
| --conf spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension \ | ||
| --conf spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog \ | ||
| create-delta-tables.py \ | ||
| --benchmark tpch \ | ||
| --parquet-path /path/to/tpch/parquet \ | ||
| --warehouse /path/to/delta-warehouse | ||
|
|
||
| spark-submit \ | ||
| --packages io.delta:delta-spark_2.12:3.3.2 \ | ||
| --conf spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension \ | ||
| --conf spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog \ | ||
| create-delta-tables.py \ | ||
| --benchmark tpcds \ | ||
| --parquet-path /path/to/tpcds/parquet \ | ||
| --warehouse /path/to/delta-warehouse | ||
| """ | ||
|
|
||
| import argparse | ||
| import os | ||
| import sys | ||
|
|
||
| from pyspark.sql import SparkSession | ||
|
|
||
|
|
||
| TPCH_TABLES = [ | ||
| "customer", "lineitem", "nation", "orders", | ||
| "part", "partsupp", "region", "supplier" | ||
| ] | ||
|
|
||
| TPCDS_TABLES = [ | ||
| "call_center", "catalog_page", "catalog_returns", "catalog_sales", | ||
| "customer", "customer_address", "customer_demographics", "date_dim", | ||
| "household_demographics", "income_band", "inventory", "item", | ||
| "promotion", "reason", "ship_mode", "store", "store_returns", | ||
| "store_sales", "time_dim", "warehouse", "web_page", "web_returns", | ||
| "web_sales", "web_site" | ||
| ] | ||
|
|
||
|
|
||
| def create_delta_tables(spark, benchmark, parquet_path, warehouse): | ||
| tables = TPCH_TABLES if benchmark == "tpch" else TPCDS_TABLES | ||
|
|
||
| for table_name in tables: | ||
| input_path = os.path.join(parquet_path, table_name) | ||
| output_path = os.path.join(warehouse, table_name) | ||
|
|
||
| if not os.path.exists(input_path) and not input_path.startswith("s3"): | ||
| print(f" Skipping {table_name}: {input_path} does not exist") | ||
| continue | ||
|
|
||
| print(f" Converting {table_name}: {input_path} -> {output_path}") | ||
| df = spark.read.parquet(input_path) | ||
| df.write.format("delta").mode("overwrite").save(output_path) | ||
| print(f" {table_name}: {df.count()} rows written") | ||
|
|
||
|
|
||
| def main(): | ||
| parser = argparse.ArgumentParser( | ||
| description="Convert TPC Parquet data to Delta Lake tables" | ||
| ) | ||
| parser.add_argument( | ||
| "--benchmark", required=True, choices=["tpch", "tpcds"], | ||
| help="Which TPC benchmark to convert" | ||
| ) | ||
| parser.add_argument( | ||
| "--parquet-path", required=True, | ||
| help="Path to the TPC Parquet data directory" | ||
| ) | ||
| parser.add_argument( | ||
| "--warehouse", required=True, | ||
| help="Path to the Delta warehouse directory" | ||
| ) | ||
| args = parser.parse_args() | ||
|
|
||
| spark = SparkSession.builder \ | ||
| .appName(f"Create Delta {args.benchmark.upper()} Tables") \ | ||
| .getOrCreate() | ||
|
|
||
| print(f"Converting {args.benchmark.upper()} tables from Parquet to Delta...") | ||
| create_delta_tables(spark, args.benchmark, args.parquet_path, args.warehouse) | ||
| print("Done.") | ||
|
|
||
| spark.stop() | ||
|
|
||
|
|
||
| if __name__ == "__main__": | ||
| main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # Licensed to the Apache Software Foundation (ASF) under one | ||
| # or more contributor license agreements. See the NOTICE file | ||
| # distributed with this work for additional information | ||
| # regarding copyright ownership. The ASF licenses this file | ||
| # to you under the Apache License, Version 2.0 (the | ||
| # "License"); you may not use this file except in compliance | ||
| # with the License. You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, | ||
| # software distributed under the License is distributed on an | ||
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| # KIND, either express or implied. See the License for the | ||
| # specific language governing permissions and limitations | ||
| # under the License. | ||
|
|
||
| [engine] | ||
| name = "comet-delta-hashjoin" | ||
|
|
||
| [env] | ||
| required = ["COMET_JAR", "DELTA_JAR", "DELTA_WAREHOUSE"] | ||
|
|
||
| [spark_submit] | ||
| jars = ["$COMET_JAR", "$DELTA_JAR"] | ||
| driver_class_path = ["$COMET_JAR", "$DELTA_JAR"] | ||
|
|
||
| [spark_conf] | ||
| "spark.driver.extraClassPath" = "$COMET_JAR:$DELTA_JAR" | ||
| "spark.executor.extraClassPath" = "$COMET_JAR:$DELTA_JAR" | ||
| "spark.plugins" = "org.apache.spark.CometPlugin" | ||
| "spark.shuffle.manager" = "org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager" | ||
| "spark.comet.expression.Cast.allowIncompatible" = "true" | ||
| "spark.comet.enabled" = "true" | ||
| "spark.comet.exec.enabled" = "true" | ||
| "spark.comet.exec.shuffle.enabled" = "true" | ||
| "spark.comet.scan.deltaNative.enabled" = "true" | ||
| "spark.comet.explainFallback.enabled" = "true" | ||
| "spark.sql.extensions" = "io.delta.sql.DeltaSparkSessionExtension" | ||
| "spark.sql.catalog.spark_catalog" = "org.apache.spark.sql.delta.catalog.DeltaCatalog" | ||
| "spark.sql.join.preferSortMergeJoin" = "false" | ||
| "spark.sql.autoBroadcastJoinThreshold" = "-1" | ||
|
|
||
| [tpcbench_args] | ||
| data_path = "$DELTA_WAREHOUSE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| # Licensed to the Apache Software Foundation (ASF) under one | ||
| # or more contributor license agreements. See the NOTICE file | ||
| # distributed with this work for additional information | ||
| # regarding copyright ownership. The ASF licenses this file | ||
| # to you under the Apache License, Version 2.0 (the | ||
| # "License"); you may not use this file except in compliance | ||
| # with the License. You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, | ||
| # software distributed under the License is distributed on an | ||
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| # KIND, either express or implied. See the License for the | ||
| # specific language governing permissions and limitations | ||
| # under the License. | ||
|
|
||
| [engine] | ||
| name = "comet-delta" | ||
|
|
||
| [env] | ||
| required = ["COMET_JAR", "DELTA_JAR", "DELTA_WAREHOUSE"] | ||
|
|
||
| [spark_submit] | ||
| jars = ["$COMET_JAR", "$DELTA_JAR"] | ||
| driver_class_path = ["$COMET_JAR", "$DELTA_JAR"] | ||
|
|
||
| [spark_conf] | ||
| "spark.driver.extraClassPath" = "$COMET_JAR:$DELTA_JAR" | ||
| "spark.executor.extraClassPath" = "$COMET_JAR:$DELTA_JAR" | ||
| "spark.plugins" = "org.apache.spark.CometPlugin" | ||
| "spark.shuffle.manager" = "org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager" | ||
| "spark.comet.expression.Cast.allowIncompatible" = "true" | ||
| "spark.comet.enabled" = "true" | ||
| "spark.comet.exec.enabled" = "true" | ||
| "spark.comet.scan.deltaNative.enabled" = "true" | ||
| "spark.comet.explainFallback.enabled" = "true" | ||
| "spark.sql.extensions" = "io.delta.sql.DeltaSparkSessionExtension" | ||
| "spark.sql.catalog.spark_catalog" = "org.apache.spark.sql.delta.catalog.DeltaCatalog" | ||
|
|
||
| [tpcbench_args] | ||
| data_path = "$DELTA_WAREHOUSE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.