Skip to content

expressions: make unknown column distinguishable#17

Merged
askalt merged 1 commit intorelease-42.0.0from
askalt/make-unknown-column-distinct
Sep 8, 2025
Merged

expressions: make unknown column distinguishable#17
askalt merged 1 commit intorelease-42.0.0from
askalt/make-unknown-column-distinct

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>
@askalt askalt deleted the askalt/make-unknown-column-distinct branch December 29, 2025 08:41
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.

1 participant