Brian Kroth
Brian Kroth
This adds very basic support to build the current tree into a docker container image. Alternatively, one can use the pip published package to install into the container, though this...
Hi, I'm writing a DateTimeOffset that has nanosecond precision using the Impala DateTimeFormat, but upon reading it back I'm not able to recover anything beyond milliseconds. I've tried setting the...
A wishlist item. DuckDB is an embedded SQL engine, like SQLite, but intended for OLAP instead of OLTP operations. It uses Postgres syntax [1] for the most part, so should...
The `.` character is used internally to signify hierarchical hypergrids so has issues when attempting to `join()` based on parameter names such as `spark.offHeap.enabled` and `spark.offHeap.size`. We should switch to...
Upstream now has the fixes for the issue we were running into: gaurav-nelson/github-action-markdown-link-check#88 gaurav-nelson/github-action-markdown-link-check#89 https://github.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.11 https://github.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/v1
Update some documentation. Closes #194
After #183 we have anonymous shared memory support in Linux. - [ ] We need to finish polishing up the documentation to match. - [x] Also the `build/CMakeHelpers/CheckForMlosSharedMemories.sh`, `build/CMakeHelpers/RunTestsAndSharedMemChecks.sh`, and...
When we `docker build` we include the `pip install` steps for getting the necessary Python dependencies. It would be cool if we also did that for the `dotnet restore` dependencies...
Breaking out from #6: It would be good to add code coverage checks and badges for that to the repo landing pages.