lszskye commented on code in PR #247:
URL: https://github.com/apache/paimon-cpp/pull/247#discussion_r3868366653


##########
src/paimon/core/io/data_file_meta.h:
##########
@@ -167,5 +172,9 @@ struct DataFileMeta {
     std::optional<int64_t> first_row_id;
 
     std::optional<std::vector<std::string>> write_cols;
+
+    // Maximum sequence number per physical table field. Values follow 
write_cols when present,
+    // or the file schema field order otherwise.
+    std::optional<std::vector<int64_t>> column_max_sequence_numbers;

Review Comment:
   Please align the comments with the Java implementation.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to