kgyrtkirk commented on code in PR #17550:
URL: https://github.com/apache/druid/pull/17550#discussion_r1912935206
##########
sql/src/test/java/org/apache/druid/sql/calcite/NotYetSupported.java:
##########
@@ -92,7 +92,8 @@ enum Modes
SORT_REMOVE_CONSTANT_KEYS_CONFLICT(DruidException.class, "not enough
rules"),
REQUIRE_TIME_CONDITION(CannotBuildQueryException.class,
"requireTimeCondition is enabled"),
UNNEST_INLINED(Exception.class, "Missing conversion is Uncollect"),
- UNNEST_RESULT_MISMATCH(AssertionError.class, "(Result count
mismatch|column content mismatch)");
+ UNNEST_RESULT_MISMATCH(AssertionError.class, "(Result count
mismatch|column content mismatch)"),
+ RESULT_MISMATCH_NATIVE_UNNEST_INCORRECT_RESULTS(Throwable.class, "(Result
count mismatch|column content mismatch|ARRAY)");
Review Comment:
renamed the enum key to have a better name ; and updated its matching pattern
--
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]