EmmyMiao87 commented on a change in pull request #6569:
URL: https://github.com/apache/incubator-doris/pull/6569#discussion_r746361936



##########
File path: fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java
##########
@@ -454,6 +476,10 @@ private void processFileGroup(
                 } else {
                     TBrokerRangeDesc rangeDesc = 
createBrokerRangeDesc(curFileOffset, fileStatus, formatType,
                             leftBytes, columnsFromPath, 
numberOfColumnsFromFile, brokerDesc);
+                    if (this instanceof HiveScanNode) {

Review comment:
       It better to implement a processFileGroup in HiveScanNode and fill in 
the HDFSParams




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