yuxiqian opened a new pull request, #3785: URL: https://github.com/apache/flink-cdc/pull/3785
This closes FLINK-36864. Flink SQL (and its underlying Calcite framework) allows integer literals within `Int64` range (`-9223372036854775808` ~ `9223372036854775807`), which is enough for most cases. However, CDC YAML parser supports Int32 range (`-2147483648` ~ `2147483647`) only, because Java code only allows `Int32` literals without any suffix. This could be overridden by appending an extra "L" at the end of the literal. -- 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]
