Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit f331743

Browse files
committed
added comment on the splits for idex keys
1 parent 280e0b4 commit f331743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/samples/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3539,7 +3539,7 @@ def add_split_points(instance_id, database_id):
35393539
),
35403540
# Table split
35413541
# Index split without table key part
3542-
# Index split with table key part
3542+
# Index split with table key part: first key is the index key and second the table key
35433543
split_points=[
35443544
spanner_database_admin.SplitPoints(
35453545
table="Singers",

0 commit comments

Comments
 (0)