Versions Compared

Key

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

...

Create Table As Select(CTAS) features depend feature depends on the serializability of the catalog. To quickly see if the catalog supports CTAS, we need to try to serialize the catalog in planner and if it fails, an exception will be thrown to indicate to the user that the catalog does not support CTAS because it cannot be serialized.

...