dengzhhu653 commented on code in PR #3861:
URL: https://github.com/apache/hive/pull/3861#discussion_r1052976685


##########
standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataRequest.java:
##########
@@ -396,13 +396,13 @@ public void write(org.apache.thrift.protocol.TProtocol 
prot, GetFileMetadataRequ
     public void read(org.apache.thrift.protocol.TProtocol prot, 
GetFileMetadataRequest struct) throws org.apache.thrift.TException {
       org.apache.thrift.protocol.TTupleProtocol iprot = 
(org.apache.thrift.protocol.TTupleProtocol) prot;
       {
-        org.apache.thrift.protocol.TList _list1017 = 
iprot.readListBegin(org.apache.thrift.protocol.TType.I64);
-        struct.fileIds = new 
java.util.ArrayList<java.lang.Long>(_list1017.size);
-        long _elem1018;
-        for (int _i1019 = 0; _i1019 < _list1017.size; ++_i1019)
+        org.apache.thrift.protocol.TList _list1027 = 
iprot.readListBegin(org.apache.thrift.protocol.TType.I64);

Review Comment:
   The result shows no diff when I complied the thrift with this PR.



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


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

Reply via email to