push
github
misc: move arrow ipc implementation to EE In EE we are going to use arrow c++ library, so we drop nanoarrow dependency here we use precisely for ipc. CE now has only stubs. We also move arrow related functionality from core to box. We are going to use box ArrowError in EE for error reporting. Tests are moved to EE as they require `arrow_ipc_encode()` and `arrow_ipc_decode()` to work. Note that test in module_api.test will not be moved. There is no module_api.test in EE. Anyway C API `box_insert_arrow()` is tested in EE version in more details already. Part of tarantool/tarantool-ee#1603 NO_CHANGELOG=internal NO_DOC=internal (cherry picked from commit 2cf4f27b8)
70147 of 118102 branches covered (59.4%)
0 of 6 new or added lines in 1 file covered. (0.0%)
110 existing lines in 21 files now uncovered.105445 of 120415 relevant lines covered (87.57%)
1376287.4 hits per line