Open BenKnigge opened 6 years ago
same error for me , anyone can give some tips?
select block_transactions, block_uncles from ethereum.default.block limit 1;
Query 20181108_043315_00033_iecrh, FAILED, 1 node Splits: 116 total, 11 done (9.48%) 0:00 [0 rows, 0B] [0 rows/s, 0B/s]
Query 20181108_043315_00033_iecrh failed: com.facebook.presto.spi.block.BlockBuilderStatus: method
I'm guessing that this my have to do with array types since both fields are of type array(varchar(66))
SQL
select block_transactions, block_uncles from ethereum.default.block limit 1;