Tanner Clary created CALCITE-6705: ------------------------------------- Summary: Allow for dialect-specific unparsing for numeric literals Key: CALCITE-6705 URL: https://issues.apache.org/jira/browse/CALCITE-6705 Project: Calcite Issue Type: Improvement Reporter: Tanner Clary Assignee: Tanner Clary
Currently, Calcite offers dialect-specific unparsing support for boolean and datetime literals [source|https://github.com/apache/calcite/blob/1e6d205e8e36b818445aeec692c105221fc160e0/core/src/main/java/org/apache/calcite/sql/SqlDialect.java#L469]. This change would allow for similar customization for numeric literals as well. While this could potentially go un-utilized by Calcite's current set of dialects, if there are any added in the future or we discover any dialect-specific bugs for the existing set, this could make those changes easier. I would be curious to hear anyone's thoughts on this as well. -- This message was sent by Atlassian Jira (v8.20.10#820010)