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
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,
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.
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
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