Kirk Mitchener
Kirk Mitchener
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: All these tests fail when given decimal inputs: ``` sql::aggregates::csv_query_approx_percentile_cont...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
**Describe the bug** A clear and concise description of what the bug is. When changing the TPC-H tests to use Decimals, getting panics with this error: ``` thread 'sql::subqueries::tpch_q17_correlated' panicked...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
`select 1e3` currently identifies 1 as a number and e3 as alias. Instead, it should return 1e3 as part of the string Number. ```sql select 1e3; -- returns now e3...
### Describe the bug Current behavior when column is aligned right with a bar chart in it: ``` ``` ### Current behaviour  ### Desired behavior  ### Steps to...
Check bundle size for aws-sdk-v3 clients in the README -- anything below ~50 KB is suspicious and needs investigation. It appears that the client names are incorrect. Review holistically and...
Run `bun run scripts/bundle-compare.ts`. It will attempt to create a simple program for each service (to be used to compare bundle size to aws-sdk-v3). That will highlight an issue with...
Functionality - [ ] implement restXml protocol (support S3, Route 53, CloudFront) - [ ] extend error type data to include retry data from the Smithy models - [ ]...