Versions Compared

Key

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

...

Code Block
public interface WriteStrategy<T>WriteStrategy extends Serializable {
   
    void initwriter(Configuration conf);

    
    void write(Table table, T record);
BatchTableWrite batchTableWrite, String content, String columnSeparator)
   
    Schema defineTableSchema();

    
    Catalog fetchTableCatalog(String path)throws Exception;

    
    void updateTableCatalog(Schema schema, Identifier identifier);

   
    List<String> listFileNames(String path);Schema retrieveSchema() throws Exception;

}





Compatibility, Deprecation, and Migration Plan

...