ashleycoxley opened a new issue #482: TIME_MICROS not supported for reading 
(Parquet)
URL: https://github.com/apache/incubator-iceberg/issues/482
 
 
   In attempting to read some `TIME_MICROS` (Iceberg `TIME` type) data with 
`GenericParquetReaders`, I'm running into the following error message. I wonder 
if this is intended, or an oversight in handling read types:
   
   ```
   Unsupported logical type: TIME_MICROS
   java.lang.UnsupportedOperationException: 
        at 
com.netflix.iceberg.data.parquet.GenericParquetReaders$ReadBuilder.primitive(GenericParquetReaders.java:249)
        at 
com.netflix.iceberg.data.parquet.GenericParquetReaders$ReadBuilder.primitive(GenericParquetReaders.java:112)
        at 
com.netflix.iceberg.parquet.TypeWithSchemaVisitor.visit(TypeWithSchemaVisitor.java:49)
        at 
com.netflix.iceberg.parquet.TypeWithSchemaVisitor.visitField(TypeWithSchemaVisitor.java:151)
        at 
com.netflix.iceberg.parquet.TypeWithSchemaVisitor.visitFields(TypeWithSchemaVisitor.java:165)
        at 
com.netflix.iceberg.parquet.TypeWithSchemaVisitor.visit(TypeWithSchemaVisitor.java:44)
        at 
com.netflix.iceberg.data.parquet.GenericParquetReaders.buildReader(GenericParquetReaders.java:72)
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to