[jira] [Created] (CALCITE-4988) ((A IS NOT NULL OR B) AND A) can't be simplify to (A) When A is deterministic

2022-01-17 Thread xiong duan (Jira)
xiong duan created CALCITE-4988: --- Summary: ((A IS NOT NULL OR B) AND A) can't be simplify to (A) When A is deterministic Key: CALCITE-4988 URL: https://issues.apache.org/jira/browse/CALCITE-4988 Project

Re: [DISCUSS] RepeatUnion improvements

2022-01-17 Thread Julian Hyde
Thanks for the heads up. There was a good reason that we marked RepeatUnion experimental: so that we can make these improvements without anyone complaining. I welcome these changes evolving RepeatUnion into a more useful feature. By the way, in Morel I am having some deep discussions about the

Build failed in Jenkins: Calcite » Calcite-snapshots #49

2022-01-17 Thread Apache Jenkins Server
See Changes: -- [...truncated 317.20 KB...]

Jenkins build is back to normal : Calcite » Calcite-snapshots #48

2022-01-17 Thread Apache Jenkins Server
See

[DISCUSS] RepeatUnion improvements

2022-01-17 Thread Ruben Q L
Hello everyone, I am not sure if anyone else (apart from my downstream project) is using RepeatUnion and associated operators to build recursive unions (experimental feature implemented via [1]), but just in case: I am considering a patch to fix some known issues ([2] & [3]) on the current impleme

Apache Calcite - How to create proper nested json object using JSON_OBJECT (it produces json with escapes)

2022-01-17 Thread M Singh
Hi Folks: I am trying to create a nested json object using JSON_OBJECT and am getting a json with escaped quotes.   I have the following query in sql line : select JSON_OBJECT(KEY 'level1'     VALUE(JSON_OBJECT(            KEY 'level2'             VALUE(                 JSON_OBJECT(