Skip to content
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

Spark 3.5: Iceberg / DataFusion Comet integration #12147

Merged
merged 4 commits into from
Feb 1, 2025

Conversation

huaxingao
Copy link
Contributor

Port the changes in #9841 to Spark 3.5

@@ -27,6 +27,9 @@ private SparkSQLProperties() {}
// Controls whether vectorized reads are enabled
public static final String VECTORIZATION_ENABLED = "spark.sql.iceberg.vectorization.enabled";

// Controls which Parquet reader implementation to use
public static final String PARQUET_READER_TYPE = "spark.sql.iceberg.parquet.reader-type";
public static final ParquetReaderType PARQUET_READER_TYPE_DEFAULT = ParquetReaderType.ICEBERG;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing an empty line.

@aokolnychyi aokolnychyi merged commit c5822c4 into apache:main Feb 1, 2025
31 checks passed
@huaxingao
Copy link
Contributor Author

Thanks a lot @aokolnychyi

@huaxingao huaxingao deleted the comet_3.5 branch February 1, 2025 07:52
jbonofre pushed a commit to jbonofre/iceberg that referenced this pull request Feb 3, 2025
pvary added a commit to pvary/iceberg that referenced this pull request Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants