[HUDI-218] Adding Presto support to Integration Test (#1003)
This commit is contained in:
committed by
vinoth chandar
parent
5f1309407a
commit
23b303e4b1
4
docker/demo/presto-batch1.commands
Normal file
4
docker/demo/presto-batch1.commands
Normal file
@@ -0,0 +1,4 @@
|
||||
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, ts, volume, open, close from stock_ticks_cow where symbol = 'GOOG';
|
||||
select symbol, ts, volume, open, close from stock_ticks_mor where symbol = 'GOOG';
|
||||
Reference in New Issue
Block a user