• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 18308031511
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: 5577-5x
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 07 Oct 2025 09:43AM UTC
Jobs 1
Files 120
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Oct 2025 09:19AM UTC coverage: 76.088%. Remained the same
18308031511

push

github

web-flow
Fix precision/scale of numeric columns in SELECT INTO with GROUP BY. (#4153)

* Fix precision/scale of numeric columns in SELECT INTO with GROUP BY. (#4121)

1. Issues
If a GROUP BY clause is used in a SELECT statement, the target list during initialisation of TupleDesc will contains

all target columns mentioned in SELECT statement
columns from the GROUP BY clause (In this case column "id")
The columns from GROUP BY clause which is not there in target columns are marked as junk column, which will be filtered out later. During initialisation of TupleDesc we are computing and storing the correct typmod information for all the columns in target list
Later after TupleDesc is initialised, if any of the column is marked as junk, Junk filtration is done which recomputes the entire TupleDesc which leads to losing the typmod information of avgValue column.

2. Changes made to fix the issues
Earlier we used to return typmod as -1 if plan was NULL for T_var node whereas correct typmod was preserved in var->vartypmod. So we fixed that portion in thi PR.

Issues Resolved
Task: BABEL-6081

cherry-picked from #4121

Signed-off-by: yashneet vinayak 
yashneet@amazon.com

6 of 6 new or added lines in 1 file covered. (100.0%)

50176 of 65945 relevant lines covered (76.09%)

385340.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18308031511.1 07 Oct 2025 09:43AM UTC 120
76.09
GitHub Action Run
Source Files on build 18308031511
  • Tree
  • List 120
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18308031511
  • b01f8ba6 on github
  • Prev Build on BABEL_4_X_DEV (#18270028124)
  • Next Build on BABEL_4_X_DEV (#18455498999)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc