Skip to content

Translate MAP ctor and element access to JSONB in Postgres dialect - #1802

Open
ferenc-csaky wants to merge 1 commit into
mainfrom
feature/postgres-sql-map-translate
Open

Translate MAP ctor and element access to JSONB in Postgres dialect#1802
ferenc-csaky wants to merge 1 commit into
mainfrom
feature/postgres-sql-map-translate

Translate MAP ctor and element access to JSONB for Postgres

9596bf2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2026 in 0s

13.40% (-0.02%) compared to 5e4486c

View this Pull Request on Codecov

13.40% (-0.02%) compared to 5e4486c

Details

Codecov Report

❌ Patch coverage is 0% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 13.40%. Comparing base (5e4486c) to head (9596bf2).
⚠️ Report is 95 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...ostgres/builtinflink/MapElementSqlTranslation.java 0.00% 15 Missing ⚠️
...res/builtinflink/MapConstructorSqlTranslation.java 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1802      +/-   ##
============================================
- Coverage     13.42%   13.40%   -0.02%     
  Complexity      734      734              
============================================
  Files           543      545       +2     
  Lines         15714    15735      +21     
  Branches       1829     1833       +4     
============================================
  Hits           2109     2109              
- Misses        13413    13434      +21     
  Partials        192      192              

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