Open bochenekmartin opened 11 months ago
The Iceberg Parquet writer will throw an NPE when writing a null value to a required field. Is this the case for you?
Is there a way to find out what field it failed for?
Not currently, this fails inside the Iceberg Parquet writer, so it would be best to handle it there. I have on my list to submit a PR for that, unless someone gets to it first. I'll look into adding this to the conversion routine, we may be able to check there without adding much overhead.
Was just checking in to see if there was a PR for this .. thanks
checking in again to see if there was a PR for this .. thanks
No there isn't a PR for this in Iceberg as far as I know. I'm planning on waiting until after the sink is submitted to the Iceberg project before investigating further, as other writers may benefit (e.g. Flink sink).
@bryanck Following up on this to see if there has been any movement or a PR?
Not yet unfortunately, I'm still working on getting the sink fully submitted, but that's pretty close I think.
Hi Iceberg connector Team! 👋
I am getting the following exception on the Iceberg connector 0.6.2:
NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "value" is null
Can you please suggest what can be a reason of the issue? When I try to reproduce it and process the message in isolation, the connector works fine, no errors.
Your help would be appreciated.
The connector config is: