Skip to content

Conversation

@askalt
Copy link

@askalt askalt commented Sep 8, 2025

This patch makes "UnKnownColumn" expression distinguishable from actual "Column" expression to have an ability to compare them in planning tests. For now "UnKnownColumn" string representation is started from ? symbol, for example, partitioning=Hash([?a@0], 1).

This patch makes "UnKnownColumn" expression distinguishable from actual
"Column" expression to have an ability to compare them in planning tests.
For now "UnKnownColumn" string representation is started from `?` symbol,
for example, `partitioning=Hash([`?a@0`], 1)`.
@askalt askalt merged commit ccfcf89 into release-42.0.0 Sep 8, 2025
42 of 46 checks passed
aectaan pushed a commit to aectaan/datafusion that referenced this pull request Sep 29, 2025
… ParquetOpener (apache#15561)

* parquet reader: move pruning predicate creation from ParquetSource to ParquetOpener

* use file schema, avoid loading page index if unecessary

* Add comment

* add comment

* Add comment

* remove check

* fix clippy

* update sqllogictest

* restore to explain plans

* reverted

* modify access

* Fix ArrowReaderOptions should read with physical_file_schema so we do… (tarantool#17)

* Fix ArrowReaderOptions should read with physical_file_schema so we don't need to cast back to utf8

* Fix fmt

* Update opener.rs

* Always apply per-file schema during parquet read (tarantool#18)

* Update datafusion/datasource-parquet/src/opener.rs

---------

Co-authored-by: Qi Zhu <821684824@qq.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
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