somu-imply commented on code in PR #13799:
URL: https://github.com/apache/druid/pull/13799#discussion_r1116365135
##########
processing/src/test/java/org/apache/druid/query/groupby/UnnestGroupByQueryRunnerTest.java:
##########
@@ -699,8 +696,7 @@ public void testGroupByOnUnnestedVirtualMultiColumn()
final DataSource unnestDataSource = UnnestDataSource.create(
new TableDataSource(QueryRunnerTestHelper.DATA_SOURCE),
"vc",
- QueryRunnerTestHelper.PLACEMENTISH_DIMENSION_UNNEST,
- null
+ QueryRunnerTestHelper.PLACEMENTISH_DIMENSION_UNNEST
Review Comment:
It is a dimension in our test setup that is of the format
`placement,<some_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]