Description
Serializing a RelNode to JSON using org.apache.calcite.rel.externalize.RelJsonWriter outputs invalid JSON. JSON requires that key names be quoted, but the output uses unquoted key names. This makes it impossible to interoperate with tools that require valid JSON.
Attachments
Issue Links
- relates to
-
CALCITE-829 Parser for JSON-serialized plans should be more liberal
- Open