-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove support for legacy Parquet writer in Delta Lake #15436
Conversation
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update below places?
- delta-lake.rst
BaseDeltaLakeMinioConnectorTest.testTargetMaxFileSize
io.trino.tests.product.deltalake.TestDeltaLakeDatabricksInsertCompatibility#testCompression
- Please note that this test wasn't trigger in CI because PR came from forked repository
.../src/test/java/io/trino/plugin/deltalake/TestDeltaLakeCreateTableStatisticsLegacyWriter.java
Show resolved
Hide resolved
...lake/src/test/java/io/trino/plugin/deltalake/AbstractTestDeltaLakeCreateTableStatistics.java
Show resolved
Hide resolved
Could you rebase on upstream to resolve conflicts? |
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeSessionProperties.java
Outdated
Show resolved
Hide resolved
...o-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeCreateTableStatistics.java
Outdated
Show resolved
Hide resolved
...o-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeCreateTableStatistics.java
Outdated
Show resolved
Hide resolved
We should wait for #9142 to be completed. |
If the new writer is the default, then it's probably fine to merge this. We can implement LZ4 if anyone needs that. |
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakePageSink.java
Show resolved
Hide resolved
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeSessionProperties.java
Show resolved
Hide resolved
Rebased on upstream to resolve conflicts on docs. |
rebase on master to use CI fix #15879 |
/test-with-secrets sha=c1a989b99bd28382a8bdf89ab39ed44989c227db |
suite-7-non-generic hit #14441 |
All tests passed in https://github.com/trinodb/trino/actions/runs/4049319103/jobs/6965546618. Let me merge now. |
Description
Remove support for legacy Parquet writer in Delta Lake connector
Additional context and related issues
Release notes
(x) Release notes are required, with the following suggested text: