File tree Expand file tree Collapse file tree
integration_tests/src/main/python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright (c) 2023-2025 , NVIDIA CORPORATION.
1+ # Copyright (c) 2023-2026 , NVIDIA CORPORATION.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
2424 {"spark.rapids.sql.command.MergeIntoCommand" : "true" ,
2525 "spark.rapids.sql.command.MergeIntoCommandEdge" : "true" })
2626
27+ if is_spark_400_or_later ():
28+ # Disable AQE temporarily until https://github.com/NVIDIA/spark-rapids/issues/14319 is resolved.
29+ delta_merge_enabled_conf = copy_and_update (delta_merge_enabled_conf , {"spark.sql.adaptive.enabled" : "false" })
30+
2731fallback_test_params = [{"spark.rapids.sql.format.delta.write.enabled" : "false" },
2832 {"spark.rapids.sql.format.parquet.enabled" : "false" },
2933 {"spark.rapids.sql.format.parquet.write.enabled" : "false" },
You can’t perform that action at this time.
0 commit comments