Skip to content

[DataLoader] Drop OpenTelemetry minimum version to 1.38.0#590

Merged
ShreyeshArangath merged 1 commit into
linkedin:mainfrom
ShreyeshArangath:bug/drop-otel-required-version
May 18, 2026
Merged

[DataLoader] Drop OpenTelemetry minimum version to 1.38.0#590
ShreyeshArangath merged 1 commit into
linkedin:mainfrom
ShreyeshArangath:bug/drop-otel-required-version

Conversation

@ShreyeshArangath
Copy link
Copy Markdown
Collaborator

@ShreyeshArangath ShreyeshArangath commented May 18, 2026

Summary

Loosens the floor on opentelemetry-api / opentelemetry-sdk from >=1.41.1 to >=1.38.0 in the openhouse-dataloader package. The current pin demands a release line that is too new for many consumer environments.

Changes

  • Client-facing API Changes
  • Internal API Changes
  • Bug Fixes
  • New Features
  • Performance Improvements
  • Code Style
  • Refactoring
  • Documentation
  • Tests

Testing Done

  • Manually Tested on local docker setup. Please include commands ran, and their output.
  • Added new tests for the changes made.
  • Updated existing tests to reflect the changes made.
  • No tests added or updated. Please explain why. If unsure, please feel free to ask for help.
  • Some other form of testing like staging or soak time in production. Please explain.

Dependency-floor change only — no behavioral change. Validated with make verify (ruff lint + format check, mypy, 280 pytest tests) against the regenerated lockfile resolving opentelemetry-{api,sdk} to 1.38.0; all green.

Additional Information

  • Breaking Changes
  • Deprecations
  • Large PR broken into smaller PRs, and PR plan linked in the description.

Loosens the floor on opentelemetry-api / opentelemetry-sdk from 1.41.1
to 1.38.0 so the dataloader resolves against the freshest GA release
(1.36/1.37 were RC-only, 1.38.0 returned to ACTIVE).
@ShreyeshArangath ShreyeshArangath marked this pull request as ready for review May 18, 2026 22:42
@ShreyeshArangath ShreyeshArangath merged commit 047b5e9 into linkedin:main May 18, 2026
2 checks passed
maluchari added a commit that referenced this pull request May 29, 2026
Reverts the 17 commits that landed on main after v0.5.417, bringing the
tree back to exactly the v0.5.417 state. Squashed into a single revert
commit for reviewability and to allow reinstating everything as one unit
(revert this commit to bring all 17 changes back).

Reverted commits (v0.5.417..main, newest first):
- Revert #579 (HTS fields in table list api) (#610)
- feat(optimizer): [3/N] Analyzer (#533)
- [DataLoader] Handle Cast(Literal, TIMESTAMP/DATE/TIME) in scan
optimizer (#569 follow-up) (#583)
- Skip metadata.json parse in drop path (#589)
- feat(optimizer): [2/N] Optimizer REST Service and Controller (#531)
- [BDP-102028] feat(optimizer): [1/N] Optimizer Database (#530)
- [RTAS]: Fix bug - remove fs scheme from tableLocation in commit (cont)
(#594)
- Trigger ELR process (#593)
- [BDP-102028] feat(optimizer): [0/N] Optimizer API and internal model
(#527)
- Fail retention app when the columnPattern mismatch partition spec
(#552)
- [DataLoader] Drop OpenTelemetry minimum version to 1.38.0 (#590)
- [DataLoader] Emit OpenTelemetry metrics for read operations (#582)
- Cache iceberg metadata to reduce redundant requests to storage (#509)
- bump iceberg 1.2 version to 1.2.0.17 (#587)
- Support returning HTS fields in table list api (#579)
- [DataLoader] Add unique id property to OpenHouseDataLoader (#580)
- [DataLoader] Add OpenTelemetry metrics support (#575)

## Summary

<!--- HINT: Replace #nnn with corresponding Issue number, if you are
fixing an existing issue -->

[Issue](https://github.com/linkedin/openhouse/issues/#nnn)] Briefly
discuss the summary of the changes made in this
pull request in 2-3 lines.

## Changes

- [ ] Client-facing API Changes
- [ ] Internal API Changes
- [ ] Bug Fixes
- [ ] New Features
- [ ] Performance Improvements
- [ ] Code Style
- [ ] Refactoring
- [ ] Documentation
- [ ] Tests

For all the boxes checked, please include additional details of the
changes made in this pull request.

## Testing Done
<!--- Check any relevant boxes with "x" -->

- [ ] Manually Tested on local docker setup. Please include commands
ran, and their output.
- [ ] Added new tests for the changes made.
- [ ] Updated existing tests to reflect the changes made.
- [ ] No tests added or updated. Please explain why. If unsure, please
feel free to ask for help.
- [ ] Some other form of testing like staging or soak time in
production. Please explain.

For all the boxes checked, include a detailed description of the testing
done for the changes made in this pull request.

# Additional Information

- [ ] Breaking Changes
- [ ] Deprecations
- [ ] Large PR broken into smaller PRs, and PR plan linked in the
description.

For all the boxes checked, include additional details of the changes
made in this pull request.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.

2 participants