Versions Compared

Key

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

...

We propose the following public interface changes for REPLACE TABLE AS SELECT  statement:

Code Block
sql
languagejava
@PublicEvolving
public interface Catalog {
  
   /** Prepare replace table. */
   TwoPhaseCommitCatalogTable prepareReplaceTable(xxx, xxxx, xxxx, xx);

}


Proposed Changes

For REPLACE TABLE AS  statement:

...