Skip to content

Revert sqrl functions #61

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 5 commits into from
Apr 2, 2025
Merged

Revert sqrl functions #61

merged 5 commits into from
Apr 2, 2025

Conversation

velo
Copy link
Collaborator

@velo velo commented Apr 1, 2025

Created AutoRegisterSystemFunction and removed all sqrl dependencies

velo added 4 commits April 1, 2025 15:18
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
@velo velo requested review from mbroecheler and Copilot April 1, 2025 19:49
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reverts SQRL functions by removing all SQRL dependencies and SQRL‑specific files while introducing AutoRegisterSystemFunction.

  • Removed SQRL‑related files from multiple modules (JDBC, H2, flexible JSON, flexible CSV).
  • Updated the Uber-jar build workflow to adjust the working directory configuration.

Reviewed Changes

Copilot reviewed 185 out of 193 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sqrl-jdbc-1.16/README.md Removed outdated note about SQRL requirements.
sqrl-h2-1.16/H2RowConverter.java Removed SQRL‑specific H2 row converter implementation.
sqrl-h2-1.16/H2DialectFactory.java Removed SQRL‑specific H2 dialect factory implementation.
sqrl-h2-1.16/H2Dialect.java Removed SQRL‑specific H2 dialect implementation.
sqrl-flexible-json/SqrlRowDataToJsonConverters.java Removed SQRL‑specific JSON row data converters.
sqrl-flexible-json/SqrlJsonRowDataSerializationSchema.java Removed SQRL‑specific JSON serialization schema class.
sqrl-flexible-json/FlexibleJsonFormat.java Removed SQRL‑specific flexible JSON format changes.
sqrl-flexible-json/README.md Removed outdated SQRL‑specific notes.
sqrl-flexible-csv/FlexibleCsv.java Removed SQRL‑specific flexible CSV implementation.
.github/workflows/uber-jar.yml Updated Maven working directory from ./flink-jar-runner/target/ to ./target/.
Files not reviewed (8)
  • pom.xml: Language not supported
  • sqrl-flexible-csv/pom.xml: Language not supported
  • sqrl-flexible-csv/src/main/resources/META-INF/services/org.apache.flink.table.factories.Factory: Language not supported
  • sqrl-flexible-json/pom.xml: Language not supported
  • sqrl-flexible-json/src/main/resources/META-INF/services/org.apache.flink.table.factories.Factory: Language not supported
  • sqrl-h2-1.16/pom.xml: Language not supported
  • sqrl-h2-1.16/src/main/resources/META-INF/services/org.apache.flink.connector.jdbc.dialect.JdbcDialectFactory: Language not supported
  • sqrl-jdbc-1.16/pom.xml: Language not supported

Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
@velo velo merged commit 67def7b into main Apr 2, 2025
3 checks passed
@velo velo deleted the revert_sqrl_functions branch April 2, 2025 13:49
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.

1 participant