gaborgsomogyi commented on PR #27340:
URL: https://github.com/apache/flink/pull/27340#issuecomment-3945134249
`TestLongTypeInformationFactory` required to be public because otherwise
test will fail with the following:
```
Caused by: java.lang.NoSuchMethodException: No suitable constructor found
for the given arguments.
at
org.apache.flink.api.common.typeinfo.utils.TypeUtils.getInstance(TypeUtils.java:43)
at
org.apache.flink.state.table.SavepointTypeInfoResolver.getExplicitTypeInfo(SavepointTypeInfoResolver.java:212)
at
org.apache.flink.state.table.SavepointTypeInfoResolver.resolveSerializer(SavepointTypeInfoResolver.java:150)
```
All in all I'm rolling that test code change back.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]