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

babelfish-for-postgresql / babelfish_extensions / 20370445330
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 19 Dec 2025 01:23PM UTC
Jobs 1
Files 121
Run time 129min
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

19 Dec 2025 12:46PM UTC coverage: 76.799% (+0.01%) from 76.789%
20370445330

push

github

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

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

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

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

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

52249 of 68033 relevant lines covered (76.8%)

390420.38 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
85.85
0.06% contrib/babelfishpg_tsql/src/hooks.c
Jobs
ID Job ID Ran Files Coverage
1 20370445330.1 19 Dec 2025 01:23PM UTC 121
76.8
GitHub Action Run
Source Files on build 20370445330
  • Tree
  • List 121
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20370445330
  • 66c42f6c on github
  • Prev Build on BABEL_5_X_DEV (#20330618146)
  • Next Build on BABEL_5_X_DEV (#20370487332)
  • 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