Rok Mihevc
Rok Mihevc
@github-actions crossbow submit preview-docs
@lidavidm @zeroshade I've addressed most of the feedback, you can see the rendered docs here: https://crossbow.voltrondata.com/pr_docs/13873/cpp/flight.html#best-practices I'll be traveling until next Monday so feel free to either wait or finish...
@github-actions crossbow submit preview-docs
@github-actions crossbow submit preview-docs
I've addressed the feedback (hopefully all) and opened a cookbook issue (https://github.com/apache/arrow-cookbook/issues/251). Would appreciate another look! :)
Thanks for the review @lidavidm ! I think I addressed everything and sorry for not being faster.
@github-actions crossbow submit preview-docs
Thanks for reporting this @Jokser! Is it possible you're hitting [ARROW-16697](https://issues.apache.org/jira/browse/ARROW-16697)? Could you try the proposed: ``` export GLIBC_TUNABLES=glibc.malloc.trim_threshold=524288 ```
@Jokser could you say more about the system you're on on how your arrow was installed/built? Paging @lidavidm if he has any insights.
> You may want to export `arrow::internal::kStrptimeSupportsZone` as a public API and use it: https://github.com/apache/arrow/blob/master/cpp/src/arrow/util/value_parsing.h#L774 That's a good point! However lubridate's strptime supports `%Z` flag for strftime only ([see docs](https://rdrr.io/r/base/strptime.html)),...