Skip to content

Commit

Permalink
minifix
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Jan 16, 2025
1 parent 0460525 commit a3735fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Added into query stats the range iterators for iterate over query phases and table access
* Added into query stats the immutable range iterators from go1.23 for iterate over query phases and accessed tables

## v3.96.2
* Fixed broken metric `ydb_go_sdk_ydb_database_sql_conns`
Expand Down
2 changes: 1 addition & 1 deletion internal/stats/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"time"

"github.com/ydb-platform/ydb-go-genproto/protos/Ydb_TableStats"

"github.com/ydb-platform/ydb-go-sdk/v3/internal/xiter"
)

Expand Down

0 comments on commit a3735fd

Please sign in to comment.