Skip to content

Commit 4ee0706

Browse files
committed
schemas/aws: removed debug queries
Sponsored by CoinStats.app
1 parent 7a337e7 commit 4ee0706

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

schemas/aws/blocks.sql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
2424
LOCATION 's3://<your_bucket>/export/blocks/';
2525

2626
MSCK REPAIR TABLE blocks;
27-
28-
select *
29-
from blocks
30-
where block_date = '2015-10-01'
31-
;

schemas/aws/logs.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
1313
LOCATION 's3://<your_bucket>/export/logs/';
1414

1515
MSCK REPAIR TABLE logs;
16-
17-
show partitions logs;
18-
select *
19-
from logs
20-
where block_date = '2015-11-08'
21-
;

schemas/aws/receipts.sql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
1515
LOCATION 's3://<your_bucket>/export/receipts/';
1616

1717
MSCK REPAIR TABLE receipts;
18-
19-
select *
20-
from receipts
21-
where block_date = '2015-11-08'
22-
;

schemas/aws/token_transfers.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
1212
LOCATION 's3://<your_bucket>/export/token_transfers/';
1313

1414
MSCK REPAIR TABLE token_transfers;
15-
select *
16-
from token_transfers
17-
where block_date = '2015-11-13'
18-
;

schemas/aws/transactions.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
1919
LOCATION 's3://<your_bucket>/export/transactions/';
2020

2121
MSCK REPAIR TABLE transactions;
22-
SHOW PARTITIONS anton_test.transactions;
23-
SELECT * FROM anton_test.transactions;

0 commit comments

Comments
 (0)