Paul J. Davis
Paul J. Davis
## Which issue does this PR close? Closes #12103 ## Rationale for this change The general idea here is to provide the target schema fields to the logical plan builder...
### Describe the bug When executing an `INSERT INTO table VALUES (value1), (value2);` statement, the auto type detection on the plan created for the values tuples breaks valid inputs due...
This is a first pass at adding support for matching query output line by line without attempting to parse column types and values. The general idea here is that we...
This PR adds a new bootstrap/cmake option for *nix operating systems that allows for creating a single unified static library that contains libtiledb and all the vcpkg installed dependencies. ---...