Versions Compared

Key

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

...

I suggest supporting INCLUDING/EXCLUDING:

  • ALL
  • CONSTRAINTS: primary keys, unique key, does not include NOT NULL constraint (in Flink it's part of the type)
  • GENERATED: computed columns
  • OPTIONS: connector properties in WITH (...) clause

Additionally I suggest supporting different INCLUDING/EXCLUDING strategies:

...