YanivZalach commented on issue #15708:
URL: https://github.com/apache/iceberg/issues/15708#issuecomment-4102947974

   I haven't hit this exact column name in production, but I have encountered 
similar issues with other internal static column names that produced unclear 
errors, requiring deep debugging and eventually reading the source code to 
understand the root cause.
   
   My suggested fix is a single `Preconditions.checkArgument` call — minimal 
cost, and it turns a confusing failure into a clear actionable message.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to