Peng Huo
Peng Huo
ScriptAggregate works on number/date/boolean data type. [ExprDateValue](https://github.com/opensearch-project/sql/blob/main/core/src/main/java/org/opensearch/sql/data/model/ExprDateValue.java#L45) return string which is not [expected](https://github.com/opensearch-project/sql/blob/main/opensearch/src/main/java/org/opensearch/sql/opensearch/storage/script/aggregation/ExpressionAggregationScript.java#L45).
Similar issue. #235
close by https://github.com/opensearch-project/sql/pull/995.
#### Micro-batch Execution State Management _**Data Structure**_ * **offsetLog**, A write-ahead-log that records the offsets that are present in each batch. In order to ensure that a given batch will...
@ylwu-amzn @jngz-es
Related to https://github.com/opensearch-project/sql/pull/831.
https://github.com/opensearch-project/sql/issues/942
> > Another way to add this would be to make `QueryContext` a property of plan execution. > > I like that better conceptually since "query execution start time" is...
@vamsi-amazon could u take a look of this issue.
1. For Job, use spark conf to pass query, instead of query parameters. 2. For Session, support non streaming query.