Skip to content

Commit

Permalink
schemas/aws: removed debug queries
Browse files Browse the repository at this point in the history
Sponsored by CoinStats.app
  • Loading branch information
bryzgaloff committed Jun 10, 2022
1 parent 7a337e7 commit 4ee0706
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions schemas/aws/blocks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
LOCATION 's3://<your_bucket>/export/blocks/';

MSCK REPAIR TABLE blocks;

select *
from blocks
where block_date = '2015-10-01'
;
6 changes: 0 additions & 6 deletions schemas/aws/logs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
LOCATION 's3://<your_bucket>/export/logs/';

MSCK REPAIR TABLE logs;

show partitions logs;
select *
from logs
where block_date = '2015-11-08'
;
5 changes: 0 additions & 5 deletions schemas/aws/receipts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
LOCATION 's3://<your_bucket>/export/receipts/';

MSCK REPAIR TABLE receipts;

select *
from receipts
where block_date = '2015-11-08'
;
4 changes: 0 additions & 4 deletions schemas/aws/token_transfers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
LOCATION 's3://<your_bucket>/export/token_transfers/';

MSCK REPAIR TABLE token_transfers;
select *
from token_transfers
where block_date = '2015-11-13'
;
2 changes: 0 additions & 2 deletions schemas/aws/transactions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
LOCATION 's3://<your_bucket>/export/transactions/';

MSCK REPAIR TABLE transactions;
SHOW PARTITIONS anton_test.transactions;
SELECT * FROM anton_test.transactions;

0 comments on commit 4ee0706

Please sign in to comment.