hubgeter commented on code in PR #49051:
URL: https://github.com/apache/doris/pull/49051#discussion_r2003311132


##########
be/src/vec/exec/format/parquet/schema_desc.h:
##########
@@ -72,7 +72,7 @@ class FieldDescriptor {
     std::unordered_map<std::string, const FieldSchema*> _name_to_field;
     // Used in from_thrift, marking the next schema position that should be 
parsed
     size_t _next_schema_pos;
-    std::unordered_map<uint64_t, std::string> _field_id_name_mapping;
+    std::map<int32_t, std::string> _field_id_name_mapping;

Review Comment:
   To be compatible with `TableSchemaChangeHelper` interface.



-- 
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: commits-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to