Seth Shelnutt
Seth Shelnutt
This improves the support for detection of system installations with libmagic. We remove checking for the find_package and default to always looking for the library and header files for simplicity....
Add comments on returning `Status::Ok()` with `nullopt`. --- TYPE: NO_HISTORY DESC: NO_HISTORY
What you did: See of opeanpi/swagger specs were supported. What happened: OpenAPI v2 (Swagger) and OpenAPI v3 are not supported. Problem description: Suggested solution: Add support for serving openapi v2...
Right now mysql/mariadb is hardcode. This needs to be reworked so we can support multiple db types. - [x] Move mysql specific util to mysql_utils.go file - [ ] Remove...
JSON tags should be snake cased
For high level applications such as presto or spark having a query partitioner that can break a query into optimally sized sub arrays will be beneficial. Ideally the partition function...
C++ api is missing `Query::get_buffer()` implementation. It was added to c_api in 1.4 release cycle.
This adjusts the config and context tests to not use the removed "sm.tile_cache_size" parameter. The tests now use "sm.mem.total_budget". This fixes one of the issues from #251
This allows capturing any errors on alloc of the context.
We should add high level functions to handle variable length attributes in queries better. Right now variable length attributes that are being written but have their variable length squashed into...