bhushanamk commented on issue #2258:
URL: https://github.com/apache/hudi/issues/2258#issuecomment-729436047


   <pre>
   message hoodie.source.hoodie_source {
     optional binary _hoodie_commit_time (STRING);
     optional binary _hoodie_commit_seqno (STRING);
     optional binary _hoodie_record_key (STRING);
     optional binary _hoodie_partition_path (STRING);
     optional binary _hoodie_file_name (STRING);
     optional binary cdc_ts (STRING);
     optional int64 id;
     optional binary name (STRING);
     optional binary code (STRING);
     optional binary alias (STRING);
     optional int64 state_id;
     optional fixed_len_byte_array(5) lat (DECIMAL(10,4));
     optional fixed_len_byte_array(5) lng (DECIMAL(10,4));
     optional boolean is_active;
     optional int64 created_by;
     optional int64 updated_by;
     required binary Op (STRING);
   }
   
   
   <pre>


----------------------------------------------------------------
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.

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


Reply via email to