You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/01 07:04:56 UTC

[GitHub] [iceberg] melin opened a new issue, #4928: The generated parquet file name is suffixed with the compress code name

melin opened a new issue, #4928:
URL: https://github.com/apache/iceberg/issues/4928

   The generated parquet file name is suffixed with the compress code nameļ¼š
   ![image](https://user-images.githubusercontent.com/1145830/171346996-b00d6afb-8f73-4654-b023-319ae00be48a.png)
   


-- 
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-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] kbendick commented on issue #4928: [Support] The generated parquet file name is suffixed with the compress code name

Posted by GitBox <gi...@apache.org>.
kbendick commented on issue #4928:
URL: https://github.com/apache/iceberg/issues/4928#issuecomment-1145171471

   We explicitly chose not to, as the file compression can be changed and it's inferred on read for each file. So it's not necessary.
   
   If you want to have it add the extension, there would probably need to be a strong argument for why that's needed / depending on how much work is requireed.
   
   You might try using a custom `LocationProvider`, which is how file paths are determined.
   Docs for custom location provider: https://iceberg.apache.org/docs/latest/custom-catalog/#custom-location-provider-implementation
   Source code for current location providers: https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/LocationProviders.java


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on issue #4928: [Support] The generated parquet file name is suffixed with the compress code name

Posted by GitBox <gi...@apache.org>.
amogh-jahagirdar commented on issue #4928:
URL: https://github.com/apache/iceberg/issues/4928#issuecomment-1144269979

   This is something I've observed as well. I think it makes sense to add because it's useful to know what the compression codec is just by the filename (from a user perspective). The parquet metadata should still be the source of truth when decompressing but it's more about having context as a user.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] commented on issue #4928: [Support] The generated parquet file name is suffixed with the compress code name

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #4928:
URL: https://github.com/apache/iceberg/issues/4928#issuecomment-1332926724

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] RussellSpitzer commented on issue #4928: The generated parquet file name is suffixed with the compress code name

Posted by GitBox <gi...@apache.org>.
RussellSpitzer commented on issue #4928:
URL: https://github.com/apache/iceberg/issues/4928#issuecomment-1143666896

   What is the issue with this?


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on issue #4928: [Support] The generated parquet file name is suffixed with the compress code name

Posted by GitBox <gi...@apache.org>.
amogh-jahagirdar commented on issue #4928:
URL: https://github.com/apache/iceberg/issues/4928#issuecomment-1146193544

   Thanks for the explanation @kbendick ! 


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] melin closed issue #4928: [Support] The generated parquet file name is suffixed with the compress code name

Posted by GitBox <gi...@apache.org>.
melin closed issue #4928: [Support] The generated parquet file name is suffixed with the compress code name
URL: https://github.com/apache/iceberg/issues/4928


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org