Versions Compared

Key

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

...

Then implementation of the atomic CTAS operation requires only two steps :

1: DynamicTableSink implements the interface SupportsStaging;

2: Introduce the implementation class of the StagedTable interface.

Hive demo

HiveTableSink implements the applyStaging API:

...