Skip to content

Commit

Permalink
Re-enable AST string integration cases (#9809)
Browse files Browse the repository at this point in the history
* Fix integration test for non UTF8 case

Signed-off-by: Ferdinand Xu <[email protected]>

* Revert

* Remove unused imports

* hardcode LC_ALL to test using pre-merge CI

* Revert "hardcode LC_ALL to test using pre-merge CI"

This reverts commit 3372d1e.

---------

Signed-off-by: Ferdinand Xu <[email protected]>
  • Loading branch information
winningsix authored Nov 22, 2023
1 parent 1b4dbd7 commit 61cfb7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_tests/src/main/python/ast_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
(double_gen, False),
(timestamp_gen, True),
(date_gen, True),
pytest.param((string_gen, True),
marks=pytest.mark.xfail(reason="https://github.com/NVIDIA/spark-rapids/issues/9771"))
(string_gen, True)
]

ast_boolean_descr = [(boolean_gen, True)]
Expand Down

0 comments on commit 61cfb7d

Please sign in to comment.