saurabhagas opened a new issue #2148:
URL: https://github.com/apache/iceberg/issues/2148


   `ParquetConversions` is a utility class which converts parquet types to 
Iceberg literals. The class and its methods are package-private, which make 
them unavailable for public use. The intent behind this is likely to restrict 
the use and make users use the `ParquetUtil` class.
   
   Due to Dremio's different handling of IDs and types, 
`ParquetUtil::footerMetrics` cannot be used directly in downstream Dremio code. 
This results in the need to duplicate `ParquetConversions` in Dremio code, 
which is not desirable.
   
   The intent of this issue is to propose that `ParquetConversions` and its 
methods be made public.


----------------------------------------------------------------
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]



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

Reply via email to