dengzhhu653 commented on code in PR #3861:
URL: https://github.com/apache/hive/pull/3861#discussion_r1051943443
##########
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:
nit: do you know why changes happen here? given that we only change
`FireEventRequestData` in the `hive_metastore.thrift`.
--
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]