Skip to content

Commit f96f862

Browse files
committed
sessionId -> sessionID
1 parent 90293c3 commit f96f862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/table/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ func (c *Client) BulkUpsert(
341341
func readRows(
342342
ctx context.Context,
343343
client Ydb_Table_V1.TableServiceClient,
344-
sessionId string,
344+
sessionID string,
345345
ignoreTruncated bool,
346346
path string,
347347
keys value.Value,
@@ -350,7 +350,7 @@ func readRows(
350350
var (
351351
a = allocator.New()
352352
request = Ydb_Table.ReadRowsRequest{
353-
SessionId: sessionId,
353+
SessionId: sessionID,
354354
Path: path,
355355
Keys: value.ToYDB(keys, a),
356356
}

0 commit comments

Comments
 (0)