Anja Kefala

Results 131 comments of Anja Kefala

@jorisvandenbossche Oh! Yes, of course! I find it easier to rebase along the way, instead of needing to do one messy rebase in the end, if I have more than...

I am trying to set up clang linting in my local enviornment for Arrow, which is why this PR is currently quiet.

Added the `[]` test case back =) https://github.com/apache/arrow/compare/231f2b3c4d93c0bd3e61288165d1847f83142bdb..add10bdc632f7a064120489fe37f3d950cd4683b

``` - scripts=["unzip-http"], + entry_points={'console_scripts': ['unzip-http = unzip-http:startup']}, ``` is not working, because the module `unzip-http` (`name = module:attrs`) is not accepted because `-` (dash) is not accepted in module...

@pitrou @emkornfield @gszadovszky Is there anything I can do to move this addition forward? Can I help with any code? In terms of design, my understanding from reading the comments...

(Force push was needed to update my fork with updates from `apache/arrow` repository. No new changes.)

If you run the `TestHalfFloatParquetIO` test, currently you get an `std::bad_cast` stacktrace: Result of stacktrace: ``` /home/anja/git/arrow/cpp/src/parquet/arrow/arrow_reader_writer_test.cc:664: Failure Expected: for (::arrow::Status _st = ::arrow::internal::GenericToStatus((WriteTable(*table, ::arrow::default_memory_pool(), this->sink_, values->length(), default_writer_properties(), arrow_properties))); !_st.ok();)...

#1399 does record that since this issue has been opened, we have added windowing (scanning) as a feature. Since this issue is over a year old, and I think we...

Commenting to note that since this issue's opening, this feature has been supported for remote `.zip`. Remote `.gz` is not supported yet.