nsivabalan commented on issue #4433:
URL: https://github.com/apache/hudi/issues/4433#issuecomment-1001853455


   ```
   set hoodie.hudi_trips_cow.consume.mode=INCREMENTAL;
   No rows affected (0.01 seconds)
   0: jdbc:hive2://hiveserver:10000> set 
hoodie.hudi_trips_cow.consume.max.commits=2;
   No rows affected (0.008 seconds)
   0: jdbc:hive2://hiveserver:10000> set 
hoodie.hudi_trips_cow.consume.start.timestamp=000;
   No rows affected (0.006 seconds)
   0: jdbc:hive2://hiveserver:10000> select `_hoodie_commit_time`, fare, 
begin_lon, begin_lat, ts from  hudi_trips_cow ;
   
+----------------------+---------------------+----------------------+----------------------+----------------+--+
   | _hoodie_commit_time  |        fare         |      begin_lon       |      
begin_lat       |       ts       |
   
+----------------------+---------------------+----------------------+----------------------+----------------+--+
   | 20211228032849365    | 58.4204225520771    | 0.8849896596590882   | 
0.07076797401073076  | 1640658571189  |
   | 20211228032849365    | 51.42305232303094   | 0.7071871604905721   | 
0.876334576190389    | 1640129972491  |
   | 20211228032849365    | 71.08018349571618   | 0.8150991077375751   | 
0.01925237918893319  | 1640343779727  |
   | 20211228032849365    | 89.45841313717807   | 0.22991770617403628  | 
0.6923616674358241   | 1640352523865  |
   | 20211228032849365    | 26.636532270940915  | 0.12314538318119372  | 
0.35527775182006427  | 1640144648201  |
   | 20211228032849365    | 44.596839246210095  | 0.38697902072535484  | 
0.9045189017781902   | 1640380701303  |
   | 20211228032849365    | 59.071923248697225  | 0.06105928762642976  | 
0.508361582050114    | 1640117927645  |
   | 20211228032849365    | 14.503019204958845  | 0.04816835556452426  | 
0.24922684654843108  | 1640305850437  |
   | 20211228032849365    | 15.119997249522644  | 0.1072756362186601   | 
0.244841817279154    | 1640448245956  |
   | 20211228032849365    | 2.4995362119815567  | 0.3132477949501916   | 
0.856152038750905    | 1640311597319  |
   | 20211228033135331    | 54.16944371261484   | 0.7548086309564753   | 
0.5535762898838785   | 1640063732033  |
   | 20211228033135331    | 38.4828225162323    | 0.20404106962358204  | 
0.1450793330198833   | 1640259862723  |
   | 20211228033135331    | 16.098476392187365  | 0.6286940931025506   | 
0.16172715555352513  | 1640455374466  |
   | 20211228033135331    | 19.48472236694032   | 0.3748535764638379   | 
0.7567233311397606   | 1640468596981  |
   | 20211228033135331    | 55.31092276192561   | 0.826183030502974    | 
0.391583018565109    | 1640149189400  |
   | 20211228033135331    | 37.35848234860164   | 0.9084944020139248   | 
0.6330100459693088   | 1640343218265  |
   | 20211228033135331    | 67.28087880304021   | 0.5045582154226707   | 
0.9927159674996295   | 1640254742720  |
   | 20211228033135331    | 27.603571822228822  | 0.67243450582925     | 
0.9312237784651692   | 1640339546062  |
   
+----------------------+---------------------+----------------------+----------------------+----------------+--+
   18 rows selected (0.431 seconds)
   
   ```


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