Skip to content

Add Join operator support for Generic JDBC platform#725

Closed
mohit-devlogs wants to merge 1 commit intoapache:mainfrom
mohit-devlogs:add-generic-jdbc-join-support-v2
Closed

Add Join operator support for Generic JDBC platform#725
mohit-devlogs wants to merge 1 commit intoapache:mainfrom
mohit-devlogs:add-generic-jdbc-join-support-v2

Conversation

@mohit-devlogs
Copy link
Copy Markdown
Contributor

This PR adds support for the Join operator in the Generic JDBC platform.

Changes

  • Introduced GenericJdbcJoinOperator for the enhancement of the functionality of the Join operator.
  • Introduced JoinMapping for the enhancement of the logical JoinOperator for the execution operator of the Generic JDBC platform.
  • Introduced SQL JOIN pushdown for the Generic JDBC platform, if possible.

Notes

  • Depending upon the JDBC platform, for example, Postgres.
  • Manages generic JoinOperator by casting if required.
  • Successfully compiled with mvn clean install.

@mohit-devlogs
Copy link
Copy Markdown
Contributor Author

Hi,

This PR duplicates my earlier work on the same feature. To avoid splitting the review discussion, I’ll consolidate all updates into the original PR and continue there.

Thanks!

@mohit-devlogs mohit-devlogs deleted the add-generic-jdbc-join-support-v2 branch March 20, 2026 07:14
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