starocean999 commented on code in PR #50379:
URL: https://github.com/apache/doris/pull/50379#discussion_r2122533569


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/LoadScanProvider.java:
##########
@@ -95,10 +94,7 @@ public FileLoadScanNode.ParamCreateContext 
createContext(Analyzer analyzer) thro
         if (fileGroupInfo.getSequenceMapCol() != null) {
             params.setSequenceMapCol(fileGroupInfo.getSequenceMapCol());
         }
-        if (fileFormatProperties.getFormatName().equals("hive_text")) {
-            params.setTextSerdeType(TTextSerdeType.HIVE_TEXT_SERDE);
-        }
-        
params.setProperties(fileGroupInfo.getBrokerDesc().getBackendConfigProperties());
+        params.setProperties(fileGroupInfo.getBrokerDesc().getProperties());

Review Comment:
   looks like createContext should not be called in latest master, could you 
please show an example that how this function is called?



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