worker24h commented on a change in pull request #1173: load data from Parquet 
file (Issues #911)
URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r285409092
 
 

 ##########
 File path: gensrc/thrift/PaloBrokerService.thrift
 ##########
 @@ -126,10 +127,17 @@ struct TBrokerPReadRequest {
     4: required i64 length;
 }
 
+enum TSeekWhence {
+    TSEEK_SET = 0;
+    TSEEK_CUR = 1;
+    TSEEK_END = 2;
+}
+
 struct TBrokerSeekRequest {
     1: required TBrokerVersion version;
     2: required TBrokerFD fd;
     3: required i64 offset;
+    4: required TSeekWhence whence;
 
 Review comment:
   ok

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to