-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(sf|h3): reimplement polyfill h3 functions #490
chore(sf|h3): reimplement polyfill h3 functions #490
Conversation
This pull request has been linked to Shortcut Story #391761: Implement H3_POLYFILL (_MODE; _TABLE) in AT Snowflake using native H3 functions. |
969a699
to
840b2f0
Compare
09b6612
to
4a6a6a5
Compare
0f8cc80
to
2c68f1b
Compare
e66bda1
to
b240d33
Compare
6603c08
to
b83c587
Compare
2a80c06
to
acf41ef
Compare
…sect with itself and neighbours.
84b1710
to
4a16532
Compare
b49eabc
to
23f93ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good. Good work dealing with Snowflake!
6010c2c
to
e24f836
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job. LGTM!
Description
Shortcut
Re-implement the H3_POLYFILL functions to use the new native H3 functions on Snowflake
Type of change
Acceptance
The H3_POLYFILL functions should produce the same output as on main branch.