Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implicit session implementation #289

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alex268
Copy link
Member

@alex268 alex268 commented Jun 28, 2024

Fixes #277

@alex268 alex268 requested a review from pnv1 June 28, 2024 15:22
@alex268 alex268 self-assigned this Jun 28, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 60.71429% with 44 lines in your changes missing coverage. Please review.

Project coverage is 47.00%. Comparing base (cf1fef2) to head (577ada8).

Files Patch % Lines
...main/java/tech/ydb/table/impl/ImplicitSession.java 60.71% 35 Missing and 9 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #289      +/-   ##
============================================
+ Coverage     45.83%   47.00%   +1.16%     
- Complexity     1616     1675      +59     
============================================
  Files           299      300       +1     
  Lines         11790    11902     +112     
  Branches       1145     1154       +9     
============================================
+ Hits           5404     5594     +190     
+ Misses         5975     5883      -92     
- Partials        411      425      +14     

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

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.

Support implicit session on readTable & scan queries
2 participants