zhangstar333 commented on code in PR #57821:
URL: https://github.com/apache/doris/pull/57821#discussion_r2545094396


##########
be/src/vec/exec/format/parquet/schema_desc.cpp:
##########
@@ -291,6 +299,11 @@ std::pair<DataTypePtr, bool> 
FieldDescriptor::convert_to_doris_type(
     } else if (logicalType.__isset.TIMESTAMP) {
         ans.first = DataTypeFactory::instance().create_data_type(
                 TYPE_DATETIMEV2, nullable, 0, 
logicalType.TIMESTAMP.unit.__isset.MILLIS ? 3 : 6);
+    } else if (logicalType.__isset.JSON) {

Review Comment:
   before some type not in switch case will throw exception and ignored.
   so will all convert into TYPE_STRING 



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