Pieter Noordhuis
                                            Pieter Noordhuis
                                        
                                    This is a test.
The callouts to `databricks.*` in `databricks_cli/sdk/service.py` should be removed.
There's repetition of the same set of click option annotations before command functions. They can be generalized into a couple helper functions in `databricks_cli/utils`.
This would bring it up to par with hiredis-py.
This has been a tedious and manual process that should be automated.
The context passed to the root command should propagate to its children not only on the first execution but also subsequent calls. Calling the same command multiple times is common...
> **Databricks recommends that you use newer Databricks CLI versions 0.200 and above instead of legacy Databricks CLI versions 0.17 and below (located in this repository). You can find the...
No need to keep them open once the memory has been mapped. Also, we keep them as `int` on the shm connection, so they aren't cleaned up on destruction.
The sockaddr parsing logic in `transport/uv/sockaddr.cc` could be done with `std::regex` instead. See https://github.com/pytorch/tensorpipe/pull/12.