Skip to content

Commit bc510e7

Browse files
committed
DCO
Signed-off-by: Kai Huang <[email protected]>
1 parent 2aa1768 commit bc510e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/org/opensearch/sql/calcite/utils/binning/handlers/CountBinHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public RexNode createExpression(
2828
CountBin countBin = (CountBin) node;
2929

3030
// Create validated binnable field (validates that field is numeric or time-based)
31-
// Note: bins parameter works with both numeric and time-based fields
3231
// Note: bins parameter on time-based fields requires:
3332
// 1. Pushdown to be enabled (controlled by plugins.calcite.pushdown.enabled, enabled by
3433
// default)

0 commit comments

Comments
 (0)