Yuanchun Shen

Results 7 comments of Yuanchun Shen

> I)I use ELQ + TagMe to get the nerd entities for each question, and then I use CLOCQ (https://github.com/PhilippChr/CLOCQ) to retrieve relevant facts for each question. So if I...

Thank you, this solves my problem :)

> Validation Stage Missing: PPL lacks a query validation stage where `DynamicRecordType` typically collects fields. #4892 adds back Calcite's validation phase. It also fully supports the alternative approach 5.2 (convert...

Duplicated with #4317, but it seems the problem is not solved yet when pushdown is disabled.

Hi @ahkcs , #4784 allows user to specify a timestamp field in `timechart` command. For this specific case, maybe we need to use the specified timefield instead of the hard-coded...

It seems the code is out of date: The [current code](https://github.com/opensearch-project/sql/blob/2def19aa5e6ddf1fcd294881290239a4462f5102/core/src/main/java/org/opensearch/sql/calcite/utils/OpenSearchTypeFactory.java#L176-L180) gives the type of `ANY` instead of `BINARY`: ```java case STRUCT: final RelDataType relKey = TYPE_FACTORY.createSqlType(SqlTypeName.VARCHAR); // TODO: should...