-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: trino integer types #1308
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8c04c69
to
834f516
Compare
Benchmark for 1616d93Click to view benchmark
|
Benchmark for 660ef21Click to view benchmark
|
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Feb 10, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [quarylabs/sqruff](https://github.com/quarylabs/sqruff) | patch | `v0.25.2` -> `v0.25.4` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>quarylabs/sqruff (quarylabs/sqruff)</summary> ### [`v0.25.4`](https://github.com/quarylabs/sqruff/releases/tag/v0.25.4) [Compare Source](quarylabs/sqruff@v0.25.3...v0.25.4) #### What's Changed - feat: trino comment on and analyze by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1303 - feat: trino within group functionality by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1304 - feat: trino timestamp resolution by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1306 - feat: adding json format to trino by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1307 - feat: trino integer types by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1308 - chore: celean up the range offset trino by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1309 - chore: trino filter aggregate test by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1310 - feat: fix trino grouping sets by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1311 - feat: row accessor type by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1312 - feat: trino regexp replace with lambda by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1313 - feat: adding array parsing to trino by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1314 - feat: trino array improvements by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1315 - chore: push version by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1316 **Full Changelog**: quarylabs/sqruff@v0.25.3...v0.25.4 ### [`v0.25.3`](https://github.com/quarylabs/sqruff/releases/tag/v0.25.3) [Compare Source](quarylabs/sqruff@v0.25.2...v0.25.3) #### What's Changed - chore: bump houseabsolute/actions-rust-cross from 0 to 1 by [@​dependabot](https://github.com/dependabot) in quarylabs/sqruff#1226 - chore: update rust version by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1293 - fix: make installs more precise for dbt by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1297 - fix: readding x86 linux build by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1300 - fix: readd linux pip build by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1301 **Full Changelog**: quarylabs/sqruff@v0.25.2...v0.25.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjEuNiIsInVwZGF0ZWRJblZlciI6IjM5LjE2Mi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.