-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Make Expression API available to Java, Rename it to Table API #503
New issue
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
Conversation
|
We had a discussion on the dev mailing list regarding the name of the API which was leaning a bit towards Table API / DataTable, but I don't think we had a consensus there, right? |
|
Correct, that's why I'm doing a Pull Request. People can chime in here if they want. Or should we continue the discussion on the mailing list? I though everyone would be more or less happy with Table. |
eef986d to
6608c6b
Compare
|
I think @fhueske just suggetsing it would be less work to have the new name settle before PR being submmitted. |
|
Exactly, thanks @hsaputra |
|
Gah, I just did that in the discuss thread =P |
|
Touché |
docs/linq.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing l
|
The code looks good. Impressive test coverage, some documentation, amazing feature. Do you think it would be a good idea to add the grammar of the parser to the documentation? |
|
I fixed @rmetzger's remarks. Still waiting for a solution to the naming issue. |
Package name is now flink-table. ExpressionOperation is renamed to Table. This also adds more JavaDoc and ScalDoc.
* [FRT-317] Adds data plane auth support and config flag * Revert "[FLINK-34150][ci] Enables local file sink e2e tests in general CI setups" This reverts commit 6e96772. --------- Co-authored-by: Panagiotis Garefalakis <pgaref@apache.org>
This also adds tests and more Javadoc documentation for the Table API.