pramodbiligiri commented on PR #6846:
URL: https://github.com/apache/hudi/pull/6846#issuecomment-1265279684

   Tested that this build worked locally. Built this branch as follows and ran 
the sync. Results after sync pasted down below.
   Build:
   $ mvn -DskipTests -Dspark3.2 -Dscala-2.12 -Dcheckstyle.skip -Drat.skip clean 
install
   
   Testing the sync (each file has 10 records):
   ```
   Before Sync:
   select max(id) from gcs_data;
   
   +--------+
   |  _c0   |
   +--------+
   | 20370  |
   +--------+
   
   select max(name) from gcs_meta_hive;
   +----------------------------------+
   |               _c0                |
   +----------------------------------+
   | country=IN/data-file-2040.jsonl  |
   +----------------------------------+
   
   
   After Sync:
   select max(id) from gcs_data;
   +--------+
   |  _c0   |
   +--------+
   | 20450  |
   +--------+
   
   select max(name) from gcs_meta_hive;
   +----------------------------------+
   |               _c0                |
   +----------------------------------+
   | country=IN/data-file-2045.jsonl  |
   +----------------------------------+
   ```


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