Mateusz Sułek
Results
2
comments of
Mateusz Sułek
How to reproduce: For pyicberg I was using metadata file stored in Azure blob storage ``` static_table = StaticTable.from_metadata( "abfs://path/metadata/example.metadata.json", properties={ "adlfs.connection-string": "ADD THIS", }, ) ``` Here is java...
I'm not entirely sure if I'm looking at the correct code, but it seems that in Java, the operation field might be optional during parsing. For example, it appears that...