You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/11/09 07:32:13 UTC

[GitHub] [incubator-hudi] bvaradar commented on a change in pull request #1003: [HUDI-218] Adding Presto support to Integration Test

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

 ##########
 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:
   +1

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


With regards,
Apache Git Services