rufeng97 commented on a change in pull request #6356:
URL: https://github.com/apache/incubator-doris/pull/6356#discussion_r690078211
##########
File path:
fe/spark-dpp/src/main/java/org/apache/doris/load/loadv2/dpp/DppUtils.java
##########
@@ -90,6 +91,8 @@ public static Class getClassFromColumn(EtlJobConfig.EtlColumn
column) throws Spa
return Double.class;
case "DATE":
return Date.class;
+ case "BINARY":
+ return BitMap.class;
Review comment:
I wrote it by mistake before, you can delete it.
--
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]