You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "tsreaper (via GitHub)" <gi...@apache.org> on 2023/11/24 11:01:42 UTC

[PR] [core] Extract file format of DataFileMeta through suffix of filename [incubator-paimon]

tsreaper opened a new pull request, #2389:
URL: https://github.com/apache/incubator-paimon/pull/2389

   ### Purpose
   
   Currently `SnapshotReaderImpl#makeRawTableFile` determines file format of `DataFileMeta` through `CoreOptions#formatType`. However in primary key table, different file levels may have different formats.
   
   This PR determines file format from filename suffix.
   
   ### Tests
   
   * `SnapshotReaderTest#testGetPrimaryKeyRawFiles`
   
   ### API and Format
   
   No.
   
   ### Documentation
   
   No.
   


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

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


Re: [PR] [core] Extract file format of DataFileMeta through suffix of filename [incubator-paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi merged PR #2389:
URL: https://github.com/apache/incubator-paimon/pull/2389


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

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