Cory Grinstead

Results 132 issues of Cory Grinstead

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...

bug
rust

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...

bug
rust
needs triage

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...

bug
rust
needs triage

### Problem description Using this as a sort of backlog for polars-sql functionality. This is by no means an exhaustive list of sql functionality, but serves as an unprioritized checklist...

enhancement
sql

very much still a WIP, but an attempt at closing out #4569 , #6325, and #2979. it's inspired by datafusion's [Extension registry](https://github.com/apache/arrow-datafusion/blob/563a1dca0f46b6370d61b6e0c539d99c00249e7b/datafusion/proto/src/logical_plan/mod.rs#L101). the general idea is that we expose 2...

rust

closes https://github.com/pola-rs/polars-cli/issues/51

python
rust
fix
sql

Closes #8104 there's still quite a bit more work to do on this, but wanted to make sure this aligns with what you were thinking @ritchie46. Since there isnt much...

Is there any way to force `schemars` to use references for enum variants? When inlining, many tools can't recognize the title or description for that object, and just shows up...

### Is your feature request related to a problem or challenge? given a csv ```csv mm/dd/yyyy,mm-dd-yyyy,dd/mm/yyyy,dd-mm-yyyy,yyyy/mm/dd,yyyy-mm-dd 01/01/2012,01-01-2012,01/01/2012,01-01-2012,2012/01/01,2012-01-01 02/02/2013,02-02-2013,02/02/2013,02-02-2013,2013/02/02,2013-02-02 03/03/2014,03-03-2014,03/03/2014,03-03-2014,2014/03/03,2014-03-03 04/04/2015,04-04-2015,04/04/2015,04-04-2015,2015/04/04,2015-04-04 05/05/2016,05-05-2016,05/05/2016,05-05-2016,2016/05/05,2016-05-05 06/06/2017,06-06-2017,06/06/2017,06-06-2017,2017/06/06,2017-06-06 07/07/2018,07-07-2018,07/07/2018,07-07-2018,2018/07/07,2018-07-07 ``` currently only the last column will...

enhancement

## Which issue does this PR close? closes https://github.com/apache/arrow-datafusion/issues/9256 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? before: ```sh >...

core