Skip to content

Commit 2b42ea0

Browse files
remove incorrect docstring
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent f126f4b commit 2b42ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/sea/utils/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _filter_arrow_table(
146146
# Use column as-is
147147
column = table[column_name]
148148

149-
# Convert allowed_values to PyArrow Array for better performance
149+
# Convert allowed_values to PyArrow Array
150150
allowed_array = pyarrow.array(allowed_values)
151151

152152
# Construct a boolean mask: True where column is in allowed_list

0 commit comments

Comments
 (0)