import libarrow-17.0.0-6.el10

i10ce changed/i10ce/libarrow-17.0.0-6.el10
Dmitry Samoylik 2 days ago
commit 5f9b385c7e

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/apache-arrow-17.0.0.tar.gz

@ -0,0 +1 @@
555c112b7c8f65d822c61d6478819b4f21fe71c8 SOURCES/apache-arrow-17.0.0.tar.gz

@ -0,0 +1,10 @@
--- apache-arrow-17.0.0/python/pyarrow/tests/read_record_batch.py.orig 2024-07-17 15:20:35.279004865 -0400
+++ apache-arrow-17.0.0/python/pyarrow/tests/read_record_batch.py 2024-07-17 15:21:41.285943684 -0400
@@ -21,5 +21,7 @@
import pyarrow as pa
+print("argv[1]: ", sys.argv[1])
+
with open(sys.argv[1], 'rb') as f:
pa.ipc.open_file(f).read_all().to_pandas()

@ -0,0 +1,10 @@
--- apache-arrow-17.0.0/python/pyarrow/tests/test_ipc.py.orig 2024-07-22 10:22:12.901249012 -0400
+++ apache-arrow-17.0.0/python/pyarrow/tests/test_ipc.py 2024-07-22 10:25:41.747809663 -0400
@@ -258,6 +258,7 @@
interval_array = pa.array([(1, 2, 3)], type=mdn_interval_type)
batch = pa.record_batch([interval_array], schema)
writer.write(batch)
+ print("invoking read_record_batch.py, path:", path)
invoke_script('read_record_batch.py', path)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save