pitrou opened a new pull request #11950:
URL: https://github.com/apache/arrow/pull/11950
On some combination of configuration options, I would get the following
errors:
```
/home/antoine/arrow/dev/python/build/temp.linux-x86_64-3.9/_csv.cpp:16716:70:
error: no member named 'WriteCSV' in namespace 'arrow::csv'
__pyx_t_4 =
__pyx_f_7pyarrow_3lib_check_status(arrow::csv::WriteCSV((*__pyx_v_batch),
__pyx_v_c_write_options, __pyx_v_stream.get())); if (unlikely(__pyx_t_4 ==
((int)-1))) __PYX_ERR(0, 1040, __pyx_L5_error)
~~~~~~~~~~~~^
/home/antoine/arrow/dev/python/build/temp.linux-x86_64-3.9/_csv.cpp:16797:70:
error: no member named 'WriteCSV' in namespace 'arrow::csv'
__pyx_t_4 =
__pyx_f_7pyarrow_3lib_check_status(arrow::csv::WriteCSV((*__pyx_v_table),
__pyx_v_c_write_options, __pyx_v_stream.get())); if (unlikely(__pyx_t_4 ==
((int)-1))) __PYX_ERR(0, 1044, __pyx_L8_error)
~~~~~~~~~~~~^
/home/antoine/arrow/dev/python/build/temp.linux-x86_64-3.9/_csv.cpp:17089:109:
error: no member named 'MakeCSVWriter' in namespace 'arrow::csv'
__pyx_t_2 = arrow::py::GetResultValue<std::shared_ptr<
arrow::ipc::RecordBatchWriter> >(arrow::csv::MakeCSVWriter(__pyx_v_c_stream,
__pyx_v_c_schema, __pyx_v_c_write_options)); if
(unlikely(__Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1076, __pyx_L4_error)
~~~~~~~~~~~~^
3 errors generated.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]