Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed Dec 4, 2023
1 parent 647bdc6 commit d8057e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/src/main/python/ast_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,5 +385,6 @@ def test_or(data_gen):
def test_multi_tier_ast():
assert_gpu_ast(
is_supported=True,
# repartition is here to avoid Spark simplifying the expression
func=lambda spark: spark.range(10).withColumn("x", f.col("id")).repartition(1)\
.selectExpr("x", "(id < x) == (id < (id + x))"))

0 comments on commit d8057e4

Please sign in to comment.