-
Notifications
You must be signed in to change notification settings - Fork 125
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
getSnowflakeType() could be more efficient #881
Comments
(edited the original comment after syncing a bit internally with the rest of the team) it looks like this is a good improvement, thank you for raising this Issue with us. probably won't bring a huge performance impact, but definitely something which makes sense to implement. We'll take a look and update this one with the progress. |
apparently the PR is merged :) reopening this issue to be able to track that it will be part of the next release, coming towards end of September (as we just released August's release 1.6.24) |
released with 1.6.25 |
gosnowflake/datatype.go
Lines 47 to 53 in ad2d6fe
why not use a map here to have O(1) lookup?
The text was updated successfully, but these errors were encountered: