This is an automated email from the ASF dual-hosted git repository.
amoeba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new d24c88f Bump org.apache.calcite:calcite-core from 1.37.0 to 1.42.0 in
/java/source/demo (#406)
d24c88f is described below
commit d24c88f84bac2a32535fd05690cb754178b772c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 09:31:38 2026 -0700
Bump org.apache.calcite:calcite-core from 1.37.0 to 1.42.0 in
/java/source/demo (#406)
Bumps
[org.apache.calcite:calcite-core](https://github.com/apache/calcite)
from 1.37.0 to 1.42.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/calcite/commit/c01f6b5519d4a906cf41bbe7843f5929662cf5fd"><code>c01f6b5</code></a>
[CALCITE-7544] Release Calcite 1.42.0</li>
<li><a
href="https://github.com/apache/calcite/commit/c1550dedec6693c01a99d1d2a4a83ff56f6711e4"><code>c1550de</code></a>
[CALCITE-7561] Upgrade OWASP plugin from 6.1.6 to 12.2.2</li>
<li><a
href="https://github.com/apache/calcite/commit/5855cfa14d8038e2a123ff6ce9722edce0e0cc25"><code>5855cfa</code></a>
[CALCITE-7532] Model usability</li>
<li><a
href="https://github.com/apache/calcite/commit/068c03dfcc37798acfe60a369149888a97f1ba8c"><code>068c03d</code></a>
[CALCITE-7492] Support expression that has a constant value within the
group ...</li>
<li><a
href="https://github.com/apache/calcite/commit/0d4c0a2b2122cb6b19ebae4ea32f2236c3191d3e"><code>0d4c0a2</code></a>
[CALCITE-7514] MultiJoinOptimizeBushyRule throws AssertionError when a
join c...</li>
<li><a
href="https://github.com/apache/calcite/commit/16c2b1c3469f504bc540c9f12438778e2ca7b2d7"><code>16c2b1c</code></a>
[CALCITE-7538] <code>SqlValidatorImpl</code> should reject
<code>MATCH_RECOGNIZE</code> with duplic...</li>
<li><a
href="https://github.com/apache/calcite/commit/c1d9f50bf6931ac2b499692e121112c4de4b5b40"><code>c1d9f50</code></a>
[CALCITE-7085] JOIN USING with unqualified common column fails in a
conforman...</li>
<li><a
href="https://github.com/apache/calcite/commit/b056e45696b406565de3a8f183c59493da77a7bf"><code>b056e45</code></a>
[CALCITE-7537] Invalid Postgres SQL generated for right-deep comma join
trees</li>
<li><a
href="https://github.com/apache/calcite/commit/3816664396a30b68e6e1952d3a4368962057ad31"><code>3816664</code></a>
[CALCITE-7531] Add to <code>BasicSqlType</code> constructor accepting
precision, scale a...</li>
<li><a
href="https://github.com/apache/calcite/commit/a8345ae8ea8ba951d2663db0cf9637f5884db37b"><code>a8345ae</code></a>
[CALCITE-7533] Parser rejects parenthesized query as the body of a WITH
clause</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/calcite/compare/calcite-1.37.0...calcite-1.42.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/apache/arrow-cookbook/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/source/demo/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/source/demo/pom.xml b/java/source/demo/pom.xml
index 472e1ab..32705f0 100644
--- a/java/source/demo/pom.xml
+++ b/java/source/demo/pom.xml
@@ -117,7 +117,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.37.0</version>
+ <version>1.42.0</version>
</dependency>
</dependencies>
</project>