This is an automated email from the ASF dual-hosted git repository. agrove pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push: new 750363b4c Add docs stating that Comet does not support reading decimals encoded in Parquet BINARY format (#1895) 750363b4c is described below commit 750363b4ccbc5bae27965353f32082b2d3aa0c90 Author: Andy Grove <agr...@apache.org> AuthorDate: Tue Jun 17 19:22:05 2025 -0600 Add docs stating that Comet does not support reading decimals encoded in Parquet BINARY format (#1895) --- docs/source/user-guide/compatibility.md | 8 +++++++- docs/templates/compatibility-template.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/source/user-guide/compatibility.md b/docs/source/user-guide/compatibility.md index 961209075..5f0842eb4 100644 --- a/docs/source/user-guide/compatibility.md +++ b/docs/source/user-guide/compatibility.md @@ -29,7 +29,13 @@ Comet aims to provide consistent results with the version of Apache Spark that i This guide offers information about areas of functionality where there are known differences. -## Parquet Scans +## Parquet + +### Data Type Support + +Comet does not support reading decimals encoded in binary format. + +### Parquet Scans Comet currently has three distinct implementations of the Parquet scan operator. The configuration property `spark.comet.scan.impl` is used to select an implementation. diff --git a/docs/templates/compatibility-template.md b/docs/templates/compatibility-template.md index ebb0431e2..d26874820 100644 --- a/docs/templates/compatibility-template.md +++ b/docs/templates/compatibility-template.md @@ -29,7 +29,13 @@ Comet aims to provide consistent results with the version of Apache Spark that i This guide offers information about areas of functionality where there are known differences. -## Parquet Scans +## Parquet + +### Data Type Support + +Comet does not support reading decimals encoded in binary format. + +### Parquet Scans Comet currently has three distinct implementations of the Parquet scan operator. The configuration property `spark.comet.scan.impl` is used to select an implementation. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org