Skip to content

Commit

Permalink
test: fix a wronged test script (#2934)
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 authored Dec 14, 2023
1 parent 5dba373 commit e35a494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def answer() -> vector[i64]:
except ImportError:
# Python didn't have pyarrow
print("Warning: no pyarrow in current python")
return vector([42, 43, 44])
return vector([42])
a = vector.from_pyarrow(pa.array([42]))
return a[0:1]
"#
Expand Down

0 comments on commit e35a494

Please sign in to comment.