Damon P. Cortesi

Results 46 issues of Damon P. Cortesi

Additional conversion logic needs to be added in [`types.rs`](https://github.com/dacort/duckdb-athena-extension/blob/3082163e854836eb314034832733da7ff81f4907/src/types.rs#L38-L51C6). The relevant [Athena type](https://docs.aws.amazon.com/athena/latest/ug/data-types.html) needs to get casted to proper rust type.

UDFs are also a great feature of Query Federation. Per [this example](https://github.com/aws-samples/aws-athena-udfs-textanalytics/blob/main/athena-udfs-textanalytics/src/main/java/com/amazonaws/athena/connectors/textanalytics/TextAnalyticsUDFHandler.java#L947), it looks like it should be fairly straightforward to build a Python implementation using this existing code.

Ideally we can automate releases of PyPI: Good example here: https://www.caktusgroup.com/blog/2021/02/11/automating-pypi-releases/ ```yaml name: Upload Python Package on: release: types: [created] jobs: deploy: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses:...

While Splits are supported, I haven't yet added support for partitions or predicate pushdown. Upvote this issue to indicate support for either of these features.

## Purpose of this PR When trying to run `go` commands in the project on a previous version of Go, it tries to automatically download the desired version in `go.mod`....

size/XS

Hey @gabeidx! Saw your comment over on https://github.com/zed-industries/zed/issues/28583#issuecomment-2809581193 I had tried to install the extension, but saw it wasn't working for some reason, which led me to bootstrap my own...