Replies: 1 comment 2 replies
-
I think this is a known "issue" see #891 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been learning Rust and iceberg recently and ran into an issue while writing to Parquet files. It doesn't seem to create a partition subdirectory as expected. I'm using the REST Catalog locally as my Iceberg catalog.
It writes to
"/tmp/iceberg_warehouse255034623058200441/iceberg_data/cat/t1/data
instead of"/tmp/iceberg_warehouse255034623058200441/iceberg_data/cat/t1/data/[partition]...
Am i doing something wrong? Also, how can I just write to parquet by the columns instead of partition_value?
I tried looking at github folder to see if there was any example, and I tried to mirror it.
Thank you for taking the time in reading this. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions