GitHub user eb-zsl added a comment to the discussion: get table meta
error:Value '4294967295' is outside of valid range for type java.lang.Integer
java.sql.SQLDataException: Value '4294967295' is outside of valid range for
type java.lang.Integer
我发现是index.setCardinality(rsIndex.getInt("CARDINALITY"));这行代码报错,在1.4.0是getInt,所以超限了,在1.8.0版本是index.setCardinality(rsIndex.getLong("CARDINALITY"));
GitHub link:
https://github.com/apache/incubator-seata/discussions/7871#discussioncomment-15278061
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]