Skip to content

Commit 26881e3

Browse files
committed
Fix comment to no longer refer to copy_array.
PiperOrigin-RevId: 290377173
1 parent 4cc4826 commit 26881e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorflow_data_validation/arrow/arrow_util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ def get_broadcastable_column(input_table: pa.Table,
4040
Raises:
4141
ValueError: If the broadcast feature is not present in the input table or is
4242
not a valid column. A valid column must have exactly one value per
43-
example and be of a numeric type. If copy_array is True, the numeric
44-
type constraint is relaxed.
43+
example and be of a numeric type.
4544
"""
4645
try:
4746
column = input_table.column(column_name).data.chunk(0)

0 commit comments

Comments
 (0)