Skip to content
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 1 commit into from
Feb 8, 2025
Merged

feat: trino integer types #1308

merged 1 commit into from
Feb 8, 2025

Conversation

benfdking
Copy link
Collaborator

@benfdking benfdking commented Feb 8, 2025

No description provided.

@benfdking benfdking force-pushed the benfdking/trino_integer_types branch from 8c04c69 to 834f516 Compare February 8, 2025 14:41
@benfdking benfdking changed the title benfdking/trino integer types feat: trino integer types Feb 8, 2025
Copy link

github-actions bot commented Feb 8, 2025

Benchmark for 1616d93

Click to view benchmark
Test Base PR %
DepthMap::from_parent 38.6±0.31µs 38.7±0.38µs +0.26%
fix_complex_query 9.2±0.05ms 9.3±0.32ms +1.09%
fix_superlong 89.1±3.78ms 88.5±4.50ms -0.67%
parse_complex_query 2.9±0.03µs 2.9±0.03µs 0.00%
parse_expression_recursion 5.0±0.04µs 5.0±0.05µs 0.00%
parse_simple_query 801.7±10.88ns 809.3±21.63ns +0.95%

@benfdking benfdking merged commit e2a6506 into main Feb 8, 2025
28 checks passed
@benfdking benfdking deleted the benfdking/trino_integer_types branch February 8, 2025 14:55
Copy link

github-actions bot commented Feb 8, 2025

Benchmark for 660ef21

Click to view benchmark
Test Base PR %
DepthMap::from_parent 39.4±0.34µs 38.6±0.35µs -2.03%
fix_complex_query 9.3±0.12ms 9.5±0.66ms +2.15%
fix_superlong 87.1±3.27ms 93.4±3.19ms +7.23%
parse_complex_query 2.9±0.03µs 2.9±0.02µs 0.00%
parse_expression_recursion 5.1±0.05µs 5.1±0.07µs 0.00%
parse_simple_query 803.0±6.38ns 815.0±8.36ns +1.49%

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 [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1303
-   feat: trino within group functionality by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1304
-   feat: trino timestamp resolution by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1306
-   feat: adding json format to trino by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1307
-   feat: trino integer types by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1308
-   chore: celean up the range offset trino by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1309
-   chore: trino filter aggregate test by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1310
-   feat: fix trino grouping sets by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1311
-   feat: row accessor type by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1312
-   feat: trino regexp replace with lambda by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1313
-   feat: adding array parsing to trino by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1314
-   feat: trino array improvements by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1315
-   chore: push version by [@&#8203;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 [@&#8203;dependabot](https://github.com/dependabot) in quarylabs/sqruff#1226
-   chore: update rust version by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1293
-   fix: make installs more precise for dbt by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1297
-   fix: readding x86 linux build by [@&#8203;benfdking](https://github.com/benfdking) in quarylabs/sqruff#1300
-   fix: readd linux pip build by [@&#8203;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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant