ibis-project / ibis-bigquery

BigQuery backend for Ibis
Apache License 2.0
19 stars 18 forks source link

fix: ensure that ScalarParameter names are used instead of Alias names #135

Closed cpcloud closed 2 years ago

cpcloud commented 2 years ago

This PR fixes an issue with the way ScalarParameters names are used to construct QueryParameter instances.

It also fixes UDF compilation to work with both ibis 2 as well as 3.

Fixes #132. Closes https://github.com/ibis-project/ibis/issues/3953.

cpcloud commented 2 years ago

cc @tswast