Skip to content

[bot] Merge 26.7 to 26.8 - #979

Open
github-actions[bot] wants to merge 4 commits into
release26.8-SNAPSHOTfrom
26.8_fb_bot_merge_26.7
Open

[bot] Merge 26.7 to 26.8#979
github-actions[bot] wants to merge 4 commits into
release26.8-SNAPSHOTfrom
26.8_fb_bot_merge_26.7

Conversation

@github-actions

Copy link
Copy Markdown

Generated automatically.
Merging changes from: 1b035c6
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
Verify all PRs before approving: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=26.8_fb_bot_merge_26.7

labkey-martyp and others added 4 commits August 6, 2026 17:57
## Rationale

The `_SND Attribute Data` ETL fails on every run that includes a delete
at SNPRC with `java.lang.ClassCastException: class java.lang.Long cannot
be cast to class java.lang.Integer`. exp 25.005 widened
`exp.Object.ObjectId` and `exp.ObjectProperty.ObjectId` to BIGINT, but
`AttributeDataTable.UpdateService.deleteRows` still cast the delete key
to `Integer`. `TransformTask` builds each delete key from the target
table's PK columns, which for this table are `exp.ObjectProperty`'s
`ObjectId` and `PropertyId`, so the first row aborts the step.

## Changes

- `AttributeDataTable.UpdateService.deleteRows` casts `ObjectId` and
`PropertyId` to `Number` rather than `Integer`.
- `EventDataTable` declares its injected `exp.Object.ObjectId` column as
`JdbcType.BIGINT` instead of `JdbcType.INTEGER`, matching the widened
column.
…976)

* Drop redundant unique index on snprc_ehr.labwork_services.ServiceId
* Bump snprc_ehr schema version 26.001 -> 26.002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants