Skip to content

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

Merged
merged 220 commits into from
Mar 31, 2025
Merged

V0.6.0 #1071

merged 220 commits into from
Mar 31, 2025

Conversation

mbroecheler
Copy link
Contributor

No description provided.

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]>
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]>
…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]>
echauchot and others added 26 commits March 25, 2025 16:15
… (empty subscriptions waiting for reading them from test files)
…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 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]>
@mbroecheler mbroecheler marked this pull request as ready for review March 29, 2025 20:29
* 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]>
@velo velo merged commit eee7aa3 into main Mar 31, 2025
@velo velo deleted the v0.6.0 branch March 31, 2025 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants