[jira] [Created] (CALCITE-5014) PartiallyOrderedSet definition of antisymmetric is incorrect

2022-02-20 Thread Innovimax Moz (Jira)
Innovimax Moz created CALCITE-5014: -- Summary: PartiallyOrderedSet definition of antisymmetric is incorrect Key: CALCITE-5014 URL: https://issues.apache.org/jira/browse/CALCITE-5014 Project: Calcite

[jira] [Created] (CALCITE-5015) typo in PartiallyOrderedSet

2022-02-20 Thread Innovimax Moz (Jira)
Innovimax Moz created CALCITE-5015: -- Summary: typo in PartiallyOrderedSet Key: CALCITE-5015 URL: https://issues.apache.org/jira/browse/CALCITE-5015 Project: Calcite Issue Type: Bug

Re: dynamic reflective schema

2022-02-20 Thread Gavin Ray
Ah, you don't want to use ReflectiveSchema, it's a simple schema type meant for easily making test schemas You want to extend from "AbstractSchema" and override the function "Map getTableMap()" For the "Table" type, you probably want to use "JsonScannableTable" The CsvSchema example does exactly

[jira] [Created] (CALCITE-5016) NPE: "variable $cor0 is not found", "Unable to implement EnumerableCorrelate" in nested ARRAY() query

2022-02-20 Thread Gavin Ray (Jira)
Gavin Ray created CALCITE-5016: -- Summary: NPE: "variable $cor0 is not found", "Unable to implement EnumerableCorrelate" in nested ARRAY() query Key: CALCITE-5016 URL: https://issues.apache.org/jira/browse/CALCITE-501