Kirk Mitchener

Results 21 issues of 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...

enhancement

**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...

bug

**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...

enhancement

**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...

bug

**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...

enhancement

`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 ![Image](https://github.com/user-attachments/assets/5fea9d48-e10c-4d99-9072-f7688cdaff5e) ### Desired behavior ![Image](https://github.com/user-attachments/assets/a3ee9667-9a59-40ec-abca-edd202a5585b) ### Steps to...

bug
customer request

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 - [ ]...