Skip to content

Commit bdf9a5a

Browse files
committed
fix: enable ArrayContains allowIncompatible for map_contains_key test
map_contains_key is internally rewritten by Spark to use ArrayContains, so it needs the allowIncompatible config to run natively.
1 parent dd2cab2 commit bdf9a5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spark/src/test/resources/sql-tests/expressions/map/map_contains_key.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
-- specific language governing permissions and limitations
1616
-- under the License.
1717

18+
-- Config: spark.comet.expression.ArrayContains.allowIncompatible=true
1819
-- ConfigMatrix: parquet.enable.dictionary=false,true
1920

2021
-- TODO: replace map_from_arrays with map whenever map is supported in Comet

0 commit comments

Comments
 (0)