[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';
|
||||
2
docker/demo/presto-batch2-after-compaction.commands
Normal file
2
docker/demo/presto-batch2-after-compaction.commands
Normal file
@@ -0,0 +1,2 @@
|
||||
select symbol, max(ts) from stock_ticks_mor group by symbol HAVING symbol = 'GOOG';
|
||||
select symbol, ts, volume, open, close from stock_ticks_mor where symbol = 'GOOG';
|
||||
1
docker/demo/presto-table-check.commands
Normal file
1
docker/demo/presto-table-check.commands
Normal file
@@ -0,0 +1 @@
|
||||
show tables;
|
||||
Reference in New Issue
Block a user