BiteTheDDDDt commented on a change in pull request #8539:
URL: https://github.com/apache/incubator-doris/pull/8539#discussion_r830728119
##########
File path: be/src/vec/functions/function_fake.h
##########
@@ -40,6 +40,26 @@ struct FunctionExplodeSplitImpl {
}
};
+struct FunctionExplodeJsonArrayIntImpl {
+ static constexpr auto name = "explode_json_array_int";
+ static DataTypePtr get_return_type_impl(const DataTypes& arguments) {
+ return std::make_shared<DataTypeUInt8>();
Review comment:
Why return type is UINT8 here?
--
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]