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 e5d577f commit ada9d18Copy full SHA for ada9d18
python/datafusion/tests/test_functions.py
@@ -574,7 +574,7 @@ def test_string_functions(df):
574
assert result.column(25) == pa.array(["Helll", "Wldld", "!"])
575
assert result.column(26) == pa.array(["hello", "world", "!"])
576
assert result.column(27) == pa.array(["HELLO ", " WORLD ", " !"])
577
- assert result.column(22) == pa.array([True, False, False])
+ assert result.column(28) == pa.array([True, False, False])
578
579
580
def test_hash_functions(df):
0 commit comments