Kai Huang
Kai Huang
I'll work on this
After investigation, supporting the bins parameter for time-based fields without pushdown would require duplicating the entire auto_date_histogram logic from OpenSearch into the Calcite layer. This includes: Replicating interval selection algorithms...
> Can you add some tests in `CalciteExplainIT`? > > Is this query > > ``` > POST /_plugins/_ppl > { > "query": "source=logs | where status='error' | sort timestamp",...
> Is this PR ready for review now? Not yet, it's currently a POC PR, still need to finalize design
> QQ: I recall the major comment on original PR is early optimization in analyzer layer. Is this new PR trying to address the concern? Ref: [#4056 (comment)](https://github.com/opensearch-project/sql/pull/4056#discussion_r2345168887) Hi Chen,...
> Can you add benchmark results on before VS after? Test is done against big5_v2_first100m dataset(The first 100m docs of big5) Before: Query failed to execute even with head 10...
I'll take it on