xiangfu0 commented on code in PR #12537:
URL: https://github.com/apache/pinot/pull/12537#discussion_r1511836215
##########
pinot-common/src/main/java/org/apache/pinot/common/request/PinotQuery.java:
##########
@@ -41,6 +41,8 @@ public class PinotQuery implements
org.apache.thrift.TBase<PinotQuery, PinotQuer
private static final org.apache.thrift.protocol.TField
DEBUG_OPTIONS_FIELD_DESC = new
org.apache.thrift.protocol.TField("debugOptions",
org.apache.thrift.protocol.TType.MAP, (short)10);
private static final org.apache.thrift.protocol.TField
QUERY_OPTIONS_FIELD_DESC = new
org.apache.thrift.protocol.TField("queryOptions",
org.apache.thrift.protocol.TType.MAP, (short)11);
private static final org.apache.thrift.protocol.TField EXPLAIN_FIELD_DESC =
new org.apache.thrift.protocol.TField("explain",
org.apache.thrift.protocol.TType.BOOL, (short)12);
+ private static final org.apache.thrift.protocol.TField
SHOW_TABLES_FIELD_DESC = new org.apache.thrift.protocol.TField("showTables",
org.apache.thrift.protocol.TType.BOOL, (short)12);
Review Comment:
Is this file generated by 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]