This is an automated email from the ASF dual-hosted git repository.
zhenchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 182b90955d [CALCITE-7069] Invalid unparse for INT UNSIGNED and BIGINT
UNSIGNED in MysqlSqlDialect
new 7259b60542 Add missing getter
new 90b4f6946d Fix typo
new 452cff9c54 Add test
new 6edc10cda0 Add more tests
new ab327d73a8 Cosmetics
new 6c5237d001 Add JavaDoc
new adf9cb4061 Capitalize parameterType
new f5bcf6802f Test exception messages
new ea985dfb73 Rename parameterType field to better reflect the semantics
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/calcite/sql/type/FunctionSqlType.java | 34 ++++++++--
.../calcite/sql/type/FunctionSqlTypeTest.java | 72 ++++++++++++++++++++++
2 files changed, 101 insertions(+), 5 deletions(-)
create mode 100644
core/src/test/java/org/apache/calcite/sql/type/FunctionSqlTypeTest.java