mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
test: fix a wronged test script (#2934)
This commit is contained in:
@@ -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]
|
||||
"#
|
||||
|
||||
Reference in New Issue
Block a user