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

babelfish-for-postgresql / babelfish_extensions / 20370445330 / 1
77%
BABEL_6_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: insert_exec_pr3_destreceiver
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 19 Dec 2025 01:23PM UTC
Files 121
Run time 106min
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.1

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

52249 of 68033 relevant lines covered (76.8%)

390420.38 hits per line

Source Files on job 20370445330.1
  • Tree
  • List 121
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20370445330
  • 66c42f6c on github
  • Prev Job for on BABEL_5_X_DEV (#20330618146.1)
  • Next Job for on BABEL_5_X_DEV (#20370487332.1)
  • 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