Skip to content

Commit 7f78e74

Browse files
committed
Addressed
1 parent e12d7ff commit 7f78e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/org/apache/calcite/util/RelToSqlConverterUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public static SqlDataTypeSpec getCastSpecAngleBracketArrayType(SqlDialect dialec
391391
}
392392

393393
/**
394-
* Used to ensure that Map types can be correctly converted.
394+
* Transformation Map type from {@code MAP<VARCHAR,INTEGER>} to {@code Map<STRING,INTEGER>}.
395395
*/
396396
public static SqlDataTypeSpec getCastSpecSparkSqlMapType(SqlDialect dialect,
397397
RelDataType type, SqlParserPos pos) {

0 commit comments

Comments
 (0)