Re: [I] [Java API] Rough edges when partitioning by time types [iceberg]

2025-01-21 Thread via GitHub
ahmedabu98 closed issue #11899: [Java API] Rough edges when partitioning by time types URL: https://github.com/apache/iceberg/issues/11899 -- 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 specifi

Re: [I] [Java API] Rough edges when partitioning by time types [iceberg]

2025-01-21 Thread via GitHub
ahmedabu98 commented on issue #11899: URL: https://github.com/apache/iceberg/issues/11899#issuecomment-2605510067 Thanks @RussellSpitzer! `InternalRecordWrapper` is exactly what we were looking for :) -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [Java API] Rough edges when partitioning by time types [iceberg]

2025-01-05 Thread via GitHub
Gezi-lzq commented on issue #11899: URL: https://github.com/apache/iceberg/issues/11899#issuecomment-2572232239 > I think the issue here is that the Copy constructor for GenericRecord does not do type checking. The accessor is failing because the Generic record has an illegal object in it.

Re: [I] [Java API] Rough edges when partitioning by time types [iceberg]

2025-01-02 Thread via GitHub
RussellSpitzer commented on issue #11899: URL: https://github.com/apache/iceberg/issues/11899#issuecomment-2568271032 I think the issue here is that the Copy constructor here just do type checking so the accessor is failing because the Generic record has an illegal object in it. We should h

[I] [Java API] Rough edges when partitioning by time types [iceberg]

2025-01-01 Thread via GitHub
ahmedabu98 opened a new issue, #11899: URL: https://github.com/apache/iceberg/issues/11899 ### Apache Iceberg version 1.7.1 (latest release) ### Query engine Other ### Please describe the bug 🐞 We've been developing an Iceberg connector at [Apache Beam](htt