Add receipts_root to blocks.csv

This commit is contained in:
Evgeny Medvedev
2018-08-05 00:30:03 +07:00
parent 345aa8da4c
commit 1cb2f4e943
10 changed files with 19 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ CREATE EXTERNAL TABLE IF NOT EXISTS blocks (
logs_bloom STRING,
transactions_root STRING,
state_root STRING,
receipts_root STRING,
miner STRING,
difficulty DECIMAL(38,0),
total_difficulty DECIMAL(38,0),

View File

@@ -7,6 +7,7 @@ CREATE EXTERNAL TABLE IF NOT EXISTS parquet_blocks (
logs_bloom STRING,
transactions_root STRING,
state_root STRING,
receipts_root STRING,
miner STRING,
difficulty DECIMAL(38,0),
total_difficulty DECIMAL(38,0),