bhasudha commented on a change in pull request #1003: [HUDI-218] Adding Presto 
support to Integration Test
URL: https://github.com/apache/incubator-hudi/pull/1003#discussion_r344420572
 
 

 ##########
 File path: docker/demo/presto-batch1.commands
 ##########
 @@ -0,0 +1,6 @@
+select symbol, max(ts) from stock_ticks_cow group by symbol HAVING symbol = 
'GOOG';
+select symbol, max(ts) from stock_ticks_mor group by symbol HAVING symbol = 
'GOOG';
+select symbol, max(ts) from stock_ticks_mor_rt group by symbol HAVING symbol = 
'GOOG';
+select symbol, ts, volume, open, close  from stock_ticks_cow where  symbol = 
'GOOG';
+select symbol, ts, volume, open, close  from stock_ticks_mor where  symbol = 
'GOOG';
+select symbol, ts, volume, open, close  from stock_ticks_mor_rt where  symbol 
= 'GOOG';
 
 Review comment:
   ditto

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to