cambyzju commented on a change in pull request #8597:
URL: https://github.com/apache/incubator-doris/pull/8597#discussion_r836337237
##########
File path: be/src/vec/functions/array/function_array_index.h
##########
@@ -126,21 +139,37 @@ class FunctionArrayIndex : public IFunction
return true;
}
-#define INTEGRAL_TPL_PACK UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32,
Int64, Float32, Float64
+#define INTEGRAL_TPL_PACK Int8, Int16, Int32, Int64, Float32, Float64
Review comment:
1. already change from intergal to number;
2. also right column data type change from Resulting to RightType;
--
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]