li-ang-666 commented on issue #9839:
URL: https://github.com/apache/hudi/issues/9839#issuecomment-1754251032

   and the read hudi is:
   create table enterprise(
     id                         DECIMAL(20, 0),
     op_ts                      TIMESTAMP(3),
     PRIMARY KEY (id) NOT ENFORCED
   ) WITH (
     'connector' = 'hudi',
     'path' = 'obs://hadoop-obs/hudi_ods/ab_cd_ef001',
     'table.type' = 'MERGE_ON_READ',
     -- cdc
     'changelog.enabled' = 'true',
     -- read
     'read.tasks' = '1',
     'read.streaming.enabled' = 'true',
     'read.start-commit' = 'earliest',
     'read.streaming.check-interval' = '5'
   );


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to