You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the wide-dataframe benchmark expects a benchmarks/data/temp directory that doesn't exist.
$ conbench wide-dataframe [...]Traceback (most recent call last): [...] File "/home/antoine/arrow/benchmarks/benchmarks/wide_dataframe_benchmark.py", line 29, in run self._create_if_not_exists(path) File "/home/antoine/arrow/benchmarks/benchmarks/wide_dataframe_benchmark.py", line 46, in _create_if_not_exists parquet.write_table(table, path) File "/home/antoine/arrow/dev/python/pyarrow/parquet/core.py", line 3103, in write_table with ParquetWriter( File "/home/antoine/arrow/dev/python/pyarrow/parquet/core.py", line 1010, in __init__ sink = self.file_handle = filesystem.open_output_stream( File "pyarrow/_fs.pyx", line 868, in pyarrow._fs.FileSystem.open_output_stream File "pyarrow/error.pxi", line 144, in pyarrow.lib.pyarrow_internal_check_status File "pyarrow/error.pxi", line 113, in pyarrow.lib.check_statusFileNotFoundError: [Errno 2] Failed to open local file '/home/antoine/arrow/benchmarks/benchmarks/data/temp/wide.parquet'. Detail: [errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
It seems the wide-dataframe benchmark expects a
benchmarks/data/temp
directory that doesn't exist.The text was updated successfully, but these errors were encountered: