Andrew Lamb

Results 1846 comments of Andrew Lamb

I am probably confused. I thought the issue was that SQLParser returned the function body as a large string but you wanted it as parsed SQL AST nodes So i...

I am behind on this -- I will try and make a release this week

I have begun creating the scripts for running the ASF release process in https://github.com/apache/datafusion-sqlparser-rs/pull/1479. I will keep hacking tomorrow

Update here is that now that we have @iffyio setup as a committer, I think we will be able to commit PRs and make the first release of this crate...

I made a few prerequisite PRs: 1. https://github.com/apache/datafusion-sqlparser-rs/pull/1502 2. https://github.com/apache/datafusion-sqlparser-rs/pull/1503 Then I have a PR to update the version and add scripts: - [ ] https://github.com/apache/datafusion-sqlparser-rs/pull/1479 Then I think we'll...

Thanks to @andygrove https://github.com/apache/datafusion-sqlparser-rs/pull/1479 is now ready for review 🙏

We have a release candidate out for approval: https://lists.apache.org/thread/p0ftpfb09jsxmr30d9m35v70w7gcjsp0

The release has been approved and officially released: https://lists.apache.org/thread/b4n5ycp9z922tzg29w2z3vlfg7cwcrc8 Thank you everyone. Next release is tracked in https://github.com/apache/datafusion-sqlparser-rs/issues/1517

FWIW the usecase we are hearing in `object_store` is: * As a data scientist who loves polars * I want to use it to process data that lives on S3...

What I personally suggest is add a way in polars for users to call out to a separate to retrieve credentials when needed Here is how this works with [aws](https://docs.aws.amazon.com/sdkref/latest/guide/feature-process-credentials.html),...