Vojtěch Toman
Vojtěch Toman
@alexellis my apologies, I have updated the issue to use the template.
In our specific case, we want to enable [Datadog tracing](https://docs.datadoghq.com/tracing/setup_overview/setup/java) for the deployed functions. The challenge is that for that to work, we need to set the `DD_AGENT_HOST` environment variable...
@LucasRoesler and @alexellis, many thanks for your responses and my apologies for a delayed reply. (Also thanks for making me aware of the contributing guidelines - I have updated the...
@tustvold the existing implementation was already using those (via `string_to_timestamp_nanos`). One thing I noticed early on while profiling is that the upstream parser can be optimized even further. This is...
@tustvold Shall I open an issue in [arrow-rs](https://github.com/apache/arrow-rs) then?
@tustvold I have created https://github.com/apache/arrow-rs/pull/5542
I agree with the CLA
@tobias-weaviate Note that the current version is slightly slower (about 20% on my machine) due to the relatively expensive if-check in the hot loop. That said, I agree it's better...