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_r344421039
 
 

 ##########
 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';
 
 Review comment:
   I do think this needs to be added back when presto supports rt views.

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