YuweiXiao commented on issue #5740:
URL: https://github.com/apache/hudi/issues/5740#issuecomment-1157468880

   If you want the demo table data, I could prepare one.
   
   ```
   message triprec {
     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);
     required int64 ts;
     required binary uuid (STRING);
     required binary rider (STRING);
     required binary driver (STRING);
     required double begin_lat;
     required double begin_lon;
     required double end_lat;
     required double end_lon;
     required double fare;
     required float float_value;
     required boolean boolean_value;
     required binary decimal_value (DECIMAL(10,4));
     required int64 timestamp_value (TIMESTAMP(MILLIS,true));
     required int32 date_value (DATE);
     required binary partitionpath (STRING);
   }
   ```


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