morningman commented on code in PR #10620:
URL: https://github.com/apache/doris/pull/10620#discussion_r916877906


##########
fe/fe-core/src/main/java/org/apache/doris/planner/external/ExternalFileScanNode.java:
##########
@@ -311,6 +350,7 @@ private TFileRangeDesc createFileRangeDesc(
         // set hdfs params for hdfs file type.
         if (scanProvider.getTableFileType() == TFileType.FILE_HDFS) {
             THdfsParams tHdfsParams = 
BrokerUtil.generateHdfsParam(scanProvider.getTableProperties());
+            tHdfsParams.addToHdfsConf(new 
THdfsConf("dfs.client.read.shortcircuit", "false"));

Review Comment:
   Why do we need to disable this feature?



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to