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 8eb0ed1 commit 9216389Copy full SHA for 9216389
python/tests/test_functions.py
@@ -910,7 +910,7 @@ def test_temporal_functions(df):
910
def test_arrow_cast(df):
911
df = df.select(
912
# we use `utf8_literal` to return utf8 instead of `literal` which returns
913
- # utf8view # because datafusion.arrow_cast expects a utf8 instead of utf8view
+ # utf8view because datafusion.arrow_cast expects a utf8 instead of utf8view
914
# https://github.com/apache/datafusion/blob/86740bfd3d9831d6b7c1d0e1bf4a21d91598a0ac/datafusion/functions/src/core/arrow_cast.rs#L179
915
f.arrow_cast(column("b"), utf8_literal("Float64")).alias("b_as_float"),
916
f.arrow_cast(column("b"), utf8_literal("Int32")).alias("b_as_int"),
0 commit comments