Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
The following two queries when executed at once, sequentially via JDBC fail:
create table world_bank_par as select * from `world_bank.json`
[Succeeds]
(ii) select * from world_bank_par limit 1
Query failed: RuntimeException: maprfs:/drill/testdata/json_gaps/json_all_text_mode/world_bank_par/0_0_0.parquet is not a Parquet file (too small)
(iii) select * from world_bank_par limit 1
Query failed: RuntimeException: maprfs:/drill/testdata/json_gaps/json_all_text_mode/world_bank_par/0_0_0.parquet is not a Parquet file. expected magic number at tail [80, 65, 82, 49] but found [0, 0, 0, 0]
Log attached.
Attachments
Attachments
Issue Links
- relates to
-
DRILL-1735 JDBC driver's close() leaks resources in local mode
- Closed