Re: LITERAL_AGG question

2023-08-31 Thread stanilovsky evgeny
extend or modify existing RelJson tests. On Aug 28, 2023, at 7:30 AM, stanilovsky evgeny wrote: hello, please can someone explain me how LITERAL_AGG need to be correctly serialized\deserealized and how to write appropriate tests. Problem : we have LITERAL_AGG further: toJson

[jira] [Created] (CALCITE-5969) LITERAL_AGG erroneously assembled after deserialization

2023-08-31 Thread Evgeny Stanilovsky (Jira)
Evgeny Stanilovsky created CALCITE-5969: --- Summary: LITERAL_AGG erroneously assembled after deserialization Key: CALCITE-5969 URL: https://issues.apache.org/jira/browse/CALCITE-5969 Project

Re: LITERAL_AGG question

2023-08-28 Thread Julian Hyde
AM, stanilovsky evgeny > wrote: > > hello, please can someone explain me how LITERAL_AGG need to be correctly > serialized\deserealized and how to write appropriate tests. > > Problem : > we have LITERAL_AGG > further: > toJson(org.apache.calcite.rel.core.Aggregate

LITERAL_AGG question

2023-08-28 Thread stanilovsky evgeny
hello, please can someone explain me how LITERAL_AGG need to be correctly serialized\deserealized and how to write appropriate tests. Problem : we have LITERAL_AGG further: toJson(org.apache.calcite.rel.core.AggregateCall) { Map map = map(); map.put("agg&quo

[jira] [Created] (CALCITE-5941) Support LITERAL_AGG in Interpreter

2023-08-20 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-5941: Summary: Support LITERAL_AGG in Interpreter Key: CALCITE-5941 URL: https://issues.apache.org/jira/browse/CALCITE-5941 Project: Calcite Issue Type: Bug

LITERAL_AGG

2023-05-17 Thread Julian Hyde
Can someone please review https://github.com/apache/calcite/pull/3209. It has fixes for https://issues.apache.org/jira/browse/CALCITE-4334 (LITERAL_AGG) and https://issues.apache.org/jira/browse/CALCITE-5697 (RelBuilder.convert). I would especially like feedback on the strategy of avoiding