clintropolis commented on a change in pull request #11713:
URL: https://github.com/apache/druid/pull/11713#discussion_r710755255
##########
File path: core/src/test/java/org/apache/druid/math/expr/ExprEvalTest.java
##########
@@ -94,8 +94,8 @@ public void testStringArraySerdeToBig()
expectedException.expect(ISE.class);
expectedException.expectMessage(StringUtils.format(
"Unable to serialize [%s], size [%s] is larger than max [%s]",
- ExprType.STRING_ARRAY,
- 14,
+ ExpressionType.STRING_ARRAY,
+ 15,
Review comment:
these changes in values are because arrays are stored with an extra byte
now (one for `ARRAY`, one for element type).
--
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]