arnaudbriche opened a new pull request, #347:
URL: https://github.com/apache/iceberg-go/pull/347

   Hi,
   
   I'm working on [a tool that leverage this 
package](https://github.com/agnosticeng/icepq) to support adding / removing / 
merging Parquet files from ClickHouse with an UDF.  
   
   After upgrading this package (and removing a lot of code thx to your last 
commits) I got errors from ClickHouse (again) at query time.
   
   I nailed the issue down to the "partition-spec" metadata of the manifest 
file.
   When there is no field in the partition spec, the current code write a 
"null" JSON document that cause errors with ClickHouse.
   I just replace "null" with "[]" in this case on things are working ok again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to