Skip to content

Commit 440fbea

Browse files
committed
Kick CI
1 parent 0f68ec9 commit 440fbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/questdb/griffin/SqlCodeGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4516,7 +4516,7 @@ private RecordCursorFactory generateSelectChoose(QueryModel model, SqlExecutionC
45164516
if (index == timestampIndex) {
45174517
// Always prefer the column matching the first ORDER BY column as the designated
45184518
// timestamp in case of multiple timestamp aliases, e.g. `select ts, ts as ts1, ...`.
4519-
// This is important for choosing the optimal plan in generateOrderBy().
4519+
// That's to choose the optimal plan in generateOrderBy().
45204520
// Otherwise, prefer columns with aliases matching the base column name, e.g.
45214521
// prefer `t1.ts as ts` over `t1.ts as ts2`.
45224522
if (Chars.equalsIgnoreCaseNc(queryColumn.getAlias(), firstOrderByColumn)

0 commit comments

Comments
 (0)