Re: [I] java.lang.IllegalArgumentException: requirement failed: length (-6235972) cannot be smaller than -1 [iceberg]

2024-10-13 Thread via GitHub
github-actions[bot] commented on issue #9689: URL: https://github.com/apache/iceberg/issues/9689#issuecomment-2409444689 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] java.lang.IllegalArgumentException: requirement failed: length (-6235972) cannot be smaller than -1 [iceberg]

2024-02-14 Thread via GitHub
rjayapalan commented on issue #9689: URL: https://github.com/apache/iceberg/issues/9689#issuecomment-1944303986 Hi @amogh-jahagirdar Yes we were writing to the iceberg table initially using version 1.4.0 until we came across this same issue. So as per recommendation we upgraded to versio

Re: [I] java.lang.IllegalArgumentException: requirement failed: length (-6235972) cannot be smaller than -1 [iceberg]

2024-02-13 Thread via GitHub
amogh-jahagirdar commented on issue #9689: URL: https://github.com/apache/iceberg/issues/9689#issuecomment-1942945448 Thanks for the repro steps @rjayapalan ! I just wanted to ask a clarifying question which would help narrow down possible culprits before I go ahead and attempt a repro.

Re: [I] java.lang.IllegalArgumentException: requirement failed: length (-6235972) cannot be smaller than -1 [iceberg]

2024-02-09 Thread via GitHub
rjayapalan commented on issue #9689: URL: https://github.com/apache/iceberg/issues/9689#issuecomment-1936419501 @nastra I cannot produce the exact code that I used due to confidential information in there. But these are the steps that I used to reproduce 1. Create an iceberg table wit

Re: [I] java.lang.IllegalArgumentException: requirement failed: length (-6235972) cannot be smaller than -1 [iceberg]

2024-02-09 Thread via GitHub
nastra commented on issue #9689: URL: https://github.com/apache/iceberg/issues/9689#issuecomment-1935494505 @rjayapalan do you have a small reproducible example by any chance? That would greatly help for anyone looking at this issue -- This is an automated message from the Apache Git Serv

[I] java.lang.IllegalArgumentException: requirement failed: length (-6235972) cannot be smaller than -1 [iceberg]

2024-02-08 Thread via GitHub
rjayapalan opened a new issue, #9689: URL: https://github.com/apache/iceberg/issues/9689 ### Apache Iceberg version 1.4.2 ### Query engine Spark ### Please describe the bug 🐞 I am aware of this similar issue that was addressed as part of iceberg 1.4.1 relea