Rok Mihevc
Rok Mihevc
Thanks for the great library @HowardHinnant ! I'm adding some functionality to Apache Arrow's `strftime` and I came across this behavior: ``` #include "date/tz.h" #include int main() { date::zoned_time t{"EST",...
When I want to copy a name of a function parameter I typically double-click it to select. Normally that would select the entire parameter and I can now copy and...
We want to provide best practices and debugging section in: [cpp flight docs](https://arrow.apache.org/docs/cpp/flight.html) [python flight docs](https://arrow.apache.org/docs/python/flight.html) [java flight docs](https://arrow.apache.org/docs/java/flight.html) [R flight docs](https://arrow.apache.org/docs/r/articles/flight.html)
This is to resolve [ARROW-16695](https://issues.apache.org/jira/browse/ARROW-16695).
This is to resolve [ARROW-17386](https://issues.apache.org/jira/browse/ARROW-17386).
Changes introduced by [ARROW-16653](https://github.com/apache/arrow/pull/13506) were not written up by NEWS.md.
This is to add DELTA_BINARY_PACKED encoder.
This is to resolve [ARROW-17933](https://issues.apache.org/jira/browse/ARROW-17933).
This is to add DELTA_BYTE_ARRAY encoder.
When running `DNAscan/scripts/DNAscan.py` `dnascan_dir` is not found in `args`. This gets it from `paths_configs` instead.