dockerzhang opened a new issue, #9532:
URL: https://github.com/apache/inlong/issues/9532

   ### Discussed in https://github.com/apache/inlong/discussions/9275
   
   <div type='discussions-op-text'>
   
   <sup>Originally posted by **18826074212** November 13, 2023</sup>
   HudiExtractNode:
           // read options
           options.put(READ_START_COMMIT, 
String.valueOf(readStreamingSkipCompaction));
           options.put(READ_STREAMING_SKIP_COMPACT, readStartCommit);
   
   correct format:
           options.put(READ_START_COMMIT, readStartCommit));
           options.put(READ_STREAMING_SKIP_COMPACT, 
String.valueOf(readStreamingSkipCompaction));</div>


-- 
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: dev-unsubscr...@inlong.apache.org.apache.org

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

Reply via email to