Skip to content

Deprecate Session.executeScanQuery in favor of query service - #716

Merged
alex268 merged 1 commit into
masterfrom
deprecate-scan-query
Sep 4, 2026
Merged

Deprecate Session.executeScanQuery in favor of query service#716
alex268 merged 1 commit into
masterfrom
deprecate-scan-query

Conversation

@vgvoleg

@vgvoleg vgvoleg commented Sep 3, 2026

Copy link
Copy Markdown
Member

Marks Session.executeScanQuery and Session.executeScanQueryRaw as @Deprecated, pointing to the query service (ydb-sdk-query).

The javadoc references QuerySession in plain text rather than {@link} because ydb-sdk-query depends on ydb-sdk-table, not the other way round.

Implementations and the tests that intentionally cover the old API are annotated so the build stays warning-free.

@codecov

codecov Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.01%. Comparing base (aa4ad05) to head (1541949).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #716      +/-   ##
============================================
- Coverage     73.02%   73.01%   -0.02%     
+ Complexity     3562     3559       -3     
============================================
  Files           391      391              
  Lines         16497    16497              
  Branches       1730     1730              
============================================
- Hits          12047    12045       -2     
  Misses         3828     3828              
- Partials        622      624       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alex268
alex268 merged commit 98aab78 into master Sep 4, 2026
13 checks passed
@alex268
alex268 deleted the deprecate-scan-query branch September 4, 2026 12:43
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