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
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
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
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