This is an automated email from the ASF dual-hosted git repository.
sereda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from ccdc169 [CALCITE-3550] Make SqlTypeAssignmentRules conversion mapping
pluggable
add 9e80eb6 [CALCITE-3560] Additional calcite.util.Source implementation
for generic text source (eg. CharSource)
No new revisions were added by this update.
Summary of changes:
core/build.gradle.kts | 1 +
.../main/java/org/apache/calcite/util/Sources.java | 102 ++++++++++++++++++---
.../java/org/apache/calcite/util/SourceTest.java | 24 +++++
.../apache/calcite/adapter/csv/CsvEnumerator.java | 6 +-
.../apache/calcite/adapter/csv/JsonEnumerator.java | 23 +++--
.../apache/calcite/adapter/file/FileReader.java | 13 ++-
6 files changed, 141 insertions(+), 28 deletions(-)