Skip to content

Conversation

@0x62ash
Copy link
Contributor

@0x62ash 0x62ash commented Feb 6, 2025

Just as a reminder, executeDataQuery's signature looks like this - https://github.com/ydb-platform/ydb-java-sdk/blob/master/table/src/main/java/tech/ydb/table/impl/BaseSession.java#L1210-L1211

        public CompletableFuture<Result<DataQueryResult>> executeDataQuery(
                String query, boolean commitAtEnd, Params params, ExecuteDataQuerySettings settings) {

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 57.72%. Comparing base (d716c17) to head (8b4324c).

Files with missing lines Patch % Lines
...a/tech/ydb/table/transaction/TableTransaction.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #368   +/-   ##
=========================================
  Coverage     57.72%   57.72%           
  Complexity     2055     2055           
=========================================
  Files           311      311           
  Lines         12550    12550           
  Branches       1245     1245           
=========================================
  Hits           7245     7245           
  Misses         4712     4712           
  Partials        593      593           

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

@alex268 alex268 merged commit dbfa5c7 into ydb-platform:master Feb 7, 2025
8 checks passed
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