Skip to content

Error inserting file from taxi example: file is not a Parquet file #91

@xieandrew

Description

@xieandrew

Running an insert command from the examples using the taxi data results in the following error:

$ ice insert nyc.taxis -p   https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2025-01.parquet
2026-01-20 16:03:23 [main] ERROR com.altinity.ice.cli.Main > Fatal
java.lang.RuntimeException: /tmp/ice-http-cache-14391866053941727203/5526da589bc474f953669f343505ec94f0074bfc701eb046184de439bfe0485f is not a Parquet file (length is too low: 0)
        at com.altinity.ice.cli.internal.iceberg.parquet.Metadata.readFooter(Metadata.java:69)
        at com.altinity.ice.cli.internal.iceberg.parquet.Metadata.read(Metadata.java:50)
        at com.altinity.ice.cli.internal.cmd.CreateTable.run(CreateTable.java:89)
        at com.altinity.ice.cli.Main.insert(Main.java:413)
        at com.altinity.ice.cli.Main.lambda$main$1(Main.java:692) [9 skipped]
        at com.altinity.ice.cli.Main.main(Main.java:699) [1 skipped]

Setup is from the examples/scratch README.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions