We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#11148 (comment)
The testBasicTypes method of the existing connector type mapping tests can be optimized to:
testBasicTypes
bigint/int/smallint
min/max/min-1/max+1/null
Here is the list of connectors we need to modify:
BaseSqlServerTypeMapping#testBasicTypes
TestClickHouseTypeMapping#testBasicTypes
TestMemSqlTypeMapping#testBasicTypes
TestMySqlTypeMapping#testBasicTypes
TestPhoenixTypeMapping#testBasicTypes
TestPostgreSqlTypeMapping#testBasicTypes
The text was updated successfully, but these errors were encountered:
tangjiangling
No branches or pull requests
#11148 (comment)
The
testBasicTypes
method of the existing connector type mapping tests can be optimized to:bigint/int/smallint
...) mapping test method simpler, with one method testing only one typemin/max/min-1/max+1/null
tests for each column typeHere is the list of connectors we need to modify:
BaseSqlServerTypeMapping#testBasicTypes
TestClickHouseTypeMapping#testBasicTypes
TestMemSqlTypeMapping#testBasicTypes
TestMySqlTypeMapping#testBasicTypes
TestPhoenixTypeMapping#testBasicTypes
TestPostgreSqlTypeMapping#testBasicTypes
The text was updated successfully, but these errors were encountered: