zhujt20 commented on code in PR #16428:
URL: https://github.com/apache/iotdb/pull/16428#discussion_r2355982172
##########
iotdb-protocol/thrift-datanode/src/main/thrift/datanode.thrift:
##########
@@ -246,7 +246,7 @@ struct TUpdateTriggerLocationReq {
struct TFireTriggerReq {
1: required string triggerName
2: required binary tablet
- 3: required byte triggerEvent
+ 3: required i8 triggerEvent
Review Comment:
Beacuse when I only compile thrift, it throws exception indicating that byte
should be replaced by i8.
--
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]