Skip to content
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

Resolve complex array types #95

Merged
merged 4 commits into from
Jan 24, 2025
Merged

Resolve complex array types #95

merged 4 commits into from
Jan 24, 2025

Conversation

jogrogan
Copy link
Collaborator

Made various changes:

  • Added nullability component into our AvroConverter to make the RelDataType we generate work with the JDBC schema conversion happening in Calcite.
  • Added flink configs to the status of the SqlJob to be able to determine if a resource diverged based on its config and needs to be redeployed
  • Added ability into ConfigService to only load expansion fields. This is needed by Flink to only get the properties under flink.config
    • Added ability to load these properties into the Job template
  • Added the ability to flatten complex arrays into the sum of its parts and the ability to unflatten it back into a complex array
  • Fix various checkstyle complaints

Copy link
Collaborator

@ryannedolan ryannedolan left a comment

Choose a reason for hiding this comment

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

nice

@jogrogan jogrogan merged commit fd156b0 into main Jan 24, 2025
1 check passed
@jogrogan jogrogan deleted the jogrogan/flinkConfigs branch January 24, 2025 18:17
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.

2 participants