db-trin-life commented on issue #10808: URL: https://github.com/apache/iceberg/issues/10808#issuecomment-2263673628
@Fokko the root cause is that Loki is not supported for buffer reading with iceberg right now. We got this from the databricks support team: The error you're encountering, UnsupportedOperationException: Byte-buffer read unsupported by LokiAbfsInputStream, suggests that the LokiAbfsInputStream class does not support the read(ByteBuffer buffer) method, which is being called by Apache Iceberg. This method reads data into a ByteBuffer, a container for data of a specific primitive type. As a result, when Iceberg tries to read data from Azure Blob Storage using this method, it encounters an error because LokiAbfsInputStream does not support it. We are able to get around it for now. But we will probably need to build in this support. Loki: https://grafana.com/docs/loki/latest/configure/examples/configuration-examples/ -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org