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
1.16.0 1.16.2 24.0.0
When I run the example, I get the following error:
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
Whether this should use Long type
No response
The text was updated successfully, but these errors were encountered:
i will fix it later
Sorry, something went wrong.
It is recommended to use (int)LocalDate.now().toEpochDay() under forced conversion. Flink uses int for internal transmission https://github.com/search?q=repo%3Aapache%2Fflink%20toEpochDay&type=code
No branches or pull requests
Search before asking
Version
1.16.0
1.16.2
24.0.0
What's Wrong?
When I run the example, I get the following error:
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
What You Expected?
Whether this should use Long type
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: