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

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

Build:
Build:
LAST BUILD BRANCH: jira-babel-6207
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 18 Dec 2025 07:10AM 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

18 Dec 2025 06:34AM UTC coverage: 76.17% (+0.01%) from 76.156%
20328298415

push

github

web-flow
Fix concatenation of binaries by adding '+' operator for sys.bbf_binary (#4306)

Currently in Babelfish, the '+' operator for binary data types is incorrectly performing arithmetic addition instead of concatenation. This occurs because the operator resolution is picking BIGINT for both left and right arguments when binary values are provided, leading to implicit type conversion and arithmetic addition. The return type of the result is also consequently BIGINT instead of binary.

This commit resolves this issue by adding a separate operator for binary concatenation that specifically handles binary operands without converting them to BIGINT. The fix maintains the binary type for the result and handles various combinations of BINARY and VARBINARY types correctly..

Task: BABEL-5597

cherry-picked from #4080

Engine PR:babelfish-for-postgresql/postgresql_modified_for_babelfish#663

Signed-off-by: Rucha Kulkarni ruchask@amazon.com

39 of 43 new or added lines in 1 file covered. (90.7%)

50381 of 66143 relevant lines covered (76.17%)

394750.21 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
86.44
0.06% contrib/babelfishpg_tsql/src/hooks.c
Jobs
ID Job ID Ran Files Coverage
1 20328298415.1 18 Dec 2025 07:10AM UTC 120
76.17
GitHub Action Run
Source Files on build 20328298415
  • Tree
  • List 120
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20328298415
  • acf1f190 on github
  • Prev Build on BABEL_4_X_DEV (#20307832436)
  • Next Build on BABEL_4_X_DEV (#20373082433)
  • 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