Skip to content

feat: Add Redshift as a shallow query engine - #2242

Merged
ferenc-csaky merged 1 commit into
mainfrom
feat/redshift-dialect
Aug 5, 2026
Merged

feat: Add Redshift as a shallow query engine#2242
ferenc-csaky merged 1 commit into
mainfrom
feat/redshift-dialect

Conversation

@ferenc-csaky

Copy link
Copy Markdown
Collaborator

Adds Redshift query dialect support. This builds on top of the SparkSQL changes, and for starters it uses Calcite's RedshiftSqlDialect as is.

@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch 2 times, most recently from 2095fd5 to cd5ab5b Compare July 30, 2026 18:09
@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch from cd5ab5b to 5f128a5 Compare July 31, 2026 12:09
@ferenc-csaky ferenc-csaky changed the title feat: Add Redshift as a query engine feat: Add Redshift as a shallow query engine Jul 31, 2026
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 23.52941% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.28%. Comparing base (bf799f9) to head (034d81d).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...qrl/engine/database/relational/RedshiftEngine.java 0.00% 6 Missing ⚠️
.../database/relational/RedshiftStatementFactory.java 0.00% 4 Missing ⚠️
...ine/database/relational/RedshiftEngineFactory.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2242   +/-   ##
=========================================
  Coverage     18.28%   18.28%           
- Complexity     1139     1140    +1     
=========================================
  Files           619      623    +4     
  Lines         17904    17920   +16     
  Branches       2177     2177           
=========================================
+ Hits           3274     3277    +3     
- Misses        14307    14320   +13     
  Partials        323      323           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@ferenc-csaky ferenc-csaky added the enhancement New feature or request label Jul 31, 2026
@ferenc-csaky ferenc-csaky added this to the 0.11.0 milestone Jul 31, 2026
@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch 2 times, most recently from 41bba40 to ed14fa3 Compare August 3, 2026 14:17
@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch from ed14fa3 to 45b7f4a Compare August 3, 2026 20:06
@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch from 45b7f4a to d949d10 Compare August 4, 2026 10:22
@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch 2 times, most recently from 4848293 to c074869 Compare August 4, 2026 14:49
@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch 2 times, most recently from f04434c to 76403d5 Compare August 5, 2026 05:37
Base automatically changed from feat/sparksql-dialect to main August 5, 2026 06:53
@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch from 76403d5 to aae8e72 Compare August 5, 2026 06:54
@ferenc-csaky
ferenc-csaky force-pushed the feat/redshift-dialect branch from aae8e72 to 034d81d Compare August 5, 2026 09:37
@ferenc-csaky
ferenc-csaky merged commit b9f27af into main Aug 5, 2026
16 checks passed
@ferenc-csaky
ferenc-csaky deleted the feat/redshift-dialect branch August 5, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants