kgyrtkirk commented on code in PR #17550:
URL: https://github.com/apache/druid/pull/17550#discussion_r1912937245


##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/exec/MSQSelectTest.java:
##########
@@ -2494,12 +2494,11 @@ public void testJoinUsesDifferentAlgorithm(String 
contextName, Map<String, Objec
                 new QueryDataSource(
                     newScanQueryBuilder()
                         .dataSource("foo")
-                        .virtualColumns(expressionVirtualColumn("v0", "0", 
ColumnType.LONG))
-                        .columns("v0")
+                        .columns("__time")
                         .columnTypes(ColumnType.LONG)
                         .context(defaultScanQueryContext(
                             queryContext,
-                            RowSignature.builder().add("v0", 
ColumnType.LONG).build()
+                            RowSignature.builder().add("__time", 
ColumnType.LONG).build()

Review Comment:
   note: this test was removed recently as it was a defaults mode only  case



-- 
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]

Reply via email to