William Malpica
William Malpica
We no longer need to control the number of concurrent kernels, since now we control the number of concurrent tasks
This resolves https://github.com/BlazingDB/blazingsql/issues/1450
We want to keep a list of all the query_ids of the queries that are run in the context. That way when we want to get the logs from the...
We want to update our `.clang_format` file to just apply the default Google format. Would need to have the `clang-format` tool auto format all our code. Want to update our...
This feature is waiting on this: https://github.com/rapidsai/cudf/issues/2792 https://github.com/rapidsai/cudf/pull/3628
We have talked with Nvidia and we should be able to leverage their system to generate our docker images. Meeting notes from 5/27/2020: image types they generate: - base image...
**Current state** The `do_process` function interface currently takes `std::shared_ptr output` as input and additionally a `task` also takes in `std::shared_ptr output` in the contructor. Originally, the idea was that a...
This Issue assumes that PR https://github.com/BlazingDB/blazingsql/pull/1426 has been merged. The design for this feature can be found here: https://docs.google.com/document/d/1DQMEps8Wgx757AS1GnDqGdeJiW88C7mLSLGOD_aaonQ/edit?usp=sharing
Tasks to this: 1. Find a set of queries that will have repeated "Branches" of relational algebra nodes. These will be our test set 2. Figure out if Calcite can...
The folder structure for how and where the code lives is an artifact from a refactor that happened a very long time ago (hence a folder called apiv2). This folder...