imrewang commented on issue #9513:
URL: https://github.com/apache/hudi/issues/9513#issuecomment-1691308569

   my incremental sql
   ```
   CREATE TABLE sink_scho
   (
   `name` STRING,
   `address` STRING,
   CONSTRAINT `PRIMARY` PRIMARY KEY (`name`) NOT ENFORCED
   )
    WITH (
     'connector' = 'hudi',
     'compaction.max_memory' = '1024',
     'write.task.max.size' = '2048',
     'write.merge.max_memory' = '1024',
     'write.operation' = 'upsert',
     'index.bootstrap.enabled' = 'true',
     'path' = 'hdfs://132.178.4.190:8020/user/hive/warehouse/test.db/scho',
     'write.tasks' = '1',
      'hive_sync.enable' = 'true',
     'hive_sync.mode' = 'hms',
     'hive_sync.metastore.uris' = 'thrift://132.178.4.190:9083',
     'hive_sync.table' = 'scho',
     'hive_sync.db' = 'test',
     'hive_sync.username' = '',
     'hive_sync.password' = '' )
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to