Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(bs,sf|constructors): update internal function used by ST_TILEENVELOPE #467

Conversation

vdelacruzb
Copy link
Contributor

@vdelacruzb vdelacruzb commented Jan 9, 2024

Description

The tests on this PR #466 are failing due to recent updates in the default values of QUADBIN functions. Snowflake QUADBIN UDFs now return NULL for NULL arguments as it happens in Bigquery and as it was happening in some Quadbin Snowflake UDFs.

After seen the tests failing, I've discovered that in Bigquery we were still using the deprecated QUADINT functions to calculate the tile envelope.

Now ST_TILEENVELOPE returns NULL for null arguments. Unless we explicitly want to trigger an error.

Type of change

  • Refactor

@vdelacruzb vdelacruzb requested a review from a team as a code owner January 10, 2024 21:49
@vdelacruzb vdelacruzb merged commit 8498143 into chore/sc-237106/safe-make-remove-command Jan 11, 2024
14 checks passed
@vdelacruzb vdelacruzb deleted the st_tileenvelope-adjustements branch January 11, 2024 10:44
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants