We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f126f4b commit 2b42ea0Copy full SHA for 2b42ea0
src/databricks/sql/backend/sea/utils/filters.py
@@ -146,7 +146,7 @@ def _filter_arrow_table(
146
# Use column as-is
147
column = table[column_name]
148
149
- # Convert allowed_values to PyArrow Array for better performance
+ # Convert allowed_values to PyArrow Array
150
allowed_array = pyarrow.array(allowed_values)
151
152
# Construct a boolean mask: True where column is in allowed_list
0 commit comments