-
Notifications
You must be signed in to change notification settings - Fork 16
V0.6.0 #1071
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
…original DAG Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Using SELECT syntax for relationships Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
…simplifying assumptions that align with the current functionality while paving the way for a more general support of computed columns. Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
…ke database dialect explicit. Broke out functions in FlinkPhysicalPlan Signed-off-by: Matthias Broecheler <[email protected]>
…ere are still a couple of issues but we are getting there. Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
Signed-off-by: Matthias Broecheler <[email protected]>
…terministic. Signed-off-by: Matthias Broecheler <[email protected]>
… (empty subscriptions waiting for reading them from test files)
…s the user comments in the schema
…on, mutation root types
…mit and offset defined. + Minor renaming in code
… have limit and offset defined. + Minor renaming in code" This reverts commit 2fcc91f.
…nt enabled, and corresponding snapshots. Trim down test cases to what is exercised. Add a new test case for duplicated table functions.
…ns parameters orders
…ns parameters names (which is exercising the same validation code as the arguments/parameters order case)
…ame. Add a passing order test case. Fix part of the error messages, filter limit/offset arguments. Fix parameter type inference to allow graphql types comparison
…chema inference infers table functions parameters as non-null in all cases, the parameters/arguments check expects the corresponding graphql arguments to be non-null. Put them non null in the schema and update snapshots
…ameters and graphql arguments. Fix error messages
fixed snapshot Signed-off-by: Matthias Broecheler <[email protected]>
* Change copyStaticDataPreprocessor to use streams Previous code was using readers/writers, which would require encoding on both ends, but that was not present, leading the JVM to pick a default value. Also, line endings were left to JVM to pick, which would lead to inconsistent between OSes Signed-off-by: Marvin Froeder <[email protected]> * Change build to trigger on all branches Signed-off-by: Marvin Froeder <[email protected]> * Isolate download dependencies step for better build out Signed-off-by: Marvin Froeder <[email protected]> * Set timezone on maven tests Signed-off-by: Marvin Froeder <[email protected]> * Use assertJ for better error message on snapshots Signed-off-by: Marvin Froeder <[email protected]> * Add integration tests to code coverage reports Signed-off-by: Marvin Froeder <[email protected]> * Build any PRs, regardless the target branch Signed-off-by: Marvin Froeder <[email protected]> * Skip shade and debug output to troubleshoot test failure Signed-off-by: Marvin Froeder <[email protected]> * Revert Skip tests and debug output to troubleshoot test failure Signed-off-by: Marvin Froeder <[email protected]> * more printlns Signed-off-by: Matthias Broecheler <[email protected]> * remove printlns Signed-off-by: Matthias Broecheler <[email protected]> * add warning if rowtime is nullable Signed-off-by: Matthias Broecheler <[email protected]> * make rowtime not null in test cases Signed-off-by: Matthias Broecheler <[email protected]> * update docker test case Signed-off-by: Matthias Broecheler <[email protected]> --------- Signed-off-by: Marvin Froeder <[email protected]> Signed-off-by: Matthias Broecheler <[email protected]> Co-authored-by: Marvin Froeder <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.