mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 22:07:54 -05:00
Update receipts.sql
fee scalar to decimal
This commit is contained in:
committed by
GitHub
parent
94ebd3f3e9
commit
7cbfd0e533
@@ -12,7 +12,7 @@ CREATE EXTERNAL TABLE IF NOT EXISTS receipts (
|
||||
l1_fee BIGINT,
|
||||
l1_gas_used BIGINT,
|
||||
l1_gas_price BIGINT,
|
||||
l1_fee_scalar BIGINT
|
||||
l1_fee_scalar DECIMAL
|
||||
)
|
||||
PARTITIONED BY (block_date STRING)
|
||||
ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
|
||||
|
||||
Reference in New Issue
Block a user