We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa1768 commit bc510e7Copy full SHA for bc510e7
core/src/main/java/org/opensearch/sql/calcite/utils/binning/handlers/CountBinHandler.java
@@ -28,7 +28,6 @@ public RexNode createExpression(
28
CountBin countBin = (CountBin) node;
29
30
// Create validated binnable field (validates that field is numeric or time-based)
31
- // Note: bins parameter works with both numeric and time-based fields
32
// Note: bins parameter on time-based fields requires:
33
// 1. Pushdown to be enabled (controlled by plugins.calcite.pushdown.enabled, enabled by
34
// default)
0 commit comments