Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


<Flink Version>
Page properties


Discussion threadhttps://lists.apache.org/thread/zon967w7synby8z6m1s7dj71dhkh9ccy
Vote thread
here (<- link to
https://lists.apache.org/
list.html?dev@flink.apache.org)
JIRAhere (<- link to https://issues.apache.org/jira/browse/FLINK-XXXX)
Release
thread/lc2h6xpk25bmvm4c5pgtfggm920j2ckr
JIRA

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyFLINK-33028

Release1.19


Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

Excluded columns are not expanded in a SELECT * FROM t or tableEnv.from("t").select(Expressions.$("*")).

The change can be applied to SqlValidatorImpl and the corresponding class in Table API.


Users need to select them explicitly. This allows for adding more columns in the future without breaking existing SQL queries.

...