Versions Compared

Key

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

...

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.

...