dependabot[bot] opened a new pull request, #1028: URL: https://github.com/apache/datafusion-ballista/pull/1028
Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md">sqlparser's changelog</a>.</em></p> <blockquote> <h2>[0.43.1] 2024-01-22</h2> <h3>Changes</h3> <ul> <li>Fixed CHANGELOG</li> </ul> <h2>[0.43.0] 2024-01-22</h2> <ul> <li>NO CHANGES</li> </ul> <h2>[0.42.0] 2024-01-22</h2> <h3>Added</h3> <ul> <li>Support for constraint <code>CHARACTERISTICS</code> clause (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1099">#1099</a>) - Thanks <a href="https://github.com/dimfeld"><code>@dimfeld</code></a></li> <li>Support for unquoted hyphenated identifiers on bigquery (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1109">#1109</a>) - Thanks <a href="https://github.com/jmhain"><code>@jmhain</code></a></li> <li>Support <code>BigQuery</code> table and view options (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1061">#1061</a>) - Thanks <a href="https://github.com/iffyio"><code>@iffyio</code></a></li> <li>Support Postgres operators for the LIKE expression variants (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1096">#1096</a>) - Thanks <a href="https://github.com/gruuya"><code>@gruuya</code></a></li> <li>Support "timezone_region" and "timezone_abbr" for <code>EXTRACT</code> (and <code>DATE_PART</code>) (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1090">#1090</a>) - Thanks <a href="https://github.com/alexander-beedie"><code>@alexander-beedie</code></a></li> <li>Support <code>JSONB</code> datatype (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1089">#1089</a>) - Thanks <a href="https://github.com/alexander-beedie"><code>@alexander-beedie</code></a></li> <li>Support PostgreSQL <code>^@</code> starts-with operator (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1091">#1091</a>) - Thanks <a href="https://github.com/alexander-beedie"><code>@alexander-beedie</code></a></li> <li>Support PostgreSQL Insert table aliases (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1069">#1069</a>) (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1084">#1084</a>) - Thanks <a href="https://github.com/boydjohnson"><code>@boydjohnson</code></a></li> <li>Support PostgreSQL <code>CREATE EXTENSION</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1078">#1078</a>) - Thanks <a href="https://github.com/tobyhede"><code>@tobyhede</code></a></li> <li>Support PostgreSQL <code>ADD GENERATED</code> in <code>ALTER COLUMN</code> statements (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1079">#1079</a>) - Thanks <a href="https://github.com/tobyhede"><code>@tobyhede</code></a></li> <li>Support SQLite column definitions with no type (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1075">#1075</a>) - Thanks <a href="https://github.com/takluyver"><code>@takluyver</code></a></li> <li>Support PostgreSQL <code>ENABLE</code> and <code>DISABLE</code> on <code>ALTER TABLE</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1077">#1077</a>) - Thanks <a href="https://github.com/tobyhede"><code>@tobyhede</code></a></li> <li>Support MySQL <code>FLUSH</code> statement (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1076">#1076</a>) - Thanks <a href="https://github.com/emin100"><code>@emin100</code></a></li> <li>Support Mysql <code>REPLACE</code> statement and <code>PRIORITY</code> clause of <code>INSERT</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1072">#1072</a>) - Thanks <a href="https://github.com/emin100"><code>@emin100</code></a></li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>:start</code> and <code>:end</code> json accesses on SnowFlake (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1110">#1110</a>) - Thanks <a href="https://github.com/jmhain"><code>@jmhain</code></a></li> <li>Fix array_agg wildcard behavior (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1093">#1093</a>) - Thanks <a href="https://github.com/ReppCodes"><code>@ReppCodes</code></a></li> <li>Error on dangling <code>NO</code> in <code>CREATE SEQUENCE</code> options (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1104">#1104</a>) - Thanks <a href="https://github.com/PartiallyTyped"><code>@PartiallyTyped</code></a></li> <li>Allow string values in <code>PRAGMA</code> commands (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1101">#1101</a>) - Thanks <a href="https://github.com/invm"><code>@invm</code></a></li> </ul> <h3>Changed</h3> <ul> <li>Use <code>Option<Expr></code> for Min and Max vals in Seq Opts, fix alter col seq display (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1106">#1106</a>) - Thanks <a href="https://github.com/PartiallyTyped"><code>@PartiallyTyped</code></a></li> <li>Replace <code>AtomicUsize</code> with Cell<!-- raw HTML omitted --> in the recursion counter (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1098">#1098</a>) - Thanks <a href="https://github.com/wzzzzd"><code>@wzzzzd</code></a></li> <li>Add Qrlew as a user in README.md (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1107">#1107</a>) - Thanks <a href="https://github.com/ngrislain"><code>@ngrislain</code></a></li> <li>Add APIs to reuse token buffers in <code>Tokenizer</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1094">#1094</a>) - Thanks <a href="https://github.com/0rphon"><code>@0rphon</code></a></li> <li>Bump version of <code>sqlparser-derive</code> to 0.2.2 (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1083">#1083</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> </ul> <h2>[0.41.0] 2023-12-22</h2> <h3>Added</h3> <ul> <li>Support <code>DEFERRED</code>, <code>IMMEDIATE</code>, and <code>EXCLUSIVE</code> in SQLite's <code>BEGIN TRANSACTION</code> command (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1067">#1067</a>) - Thanks <a href="https://github.com/takaebato"><code>@takaebato</code></a></li> <li>Support generated columns skipping <code>GENERATED ALWAYS</code> keywords (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1058">#1058</a>) - Thanks <a href="https://github.com/takluyver"><code>@takluyver</code></a></li> <li>Support <code>LOCK/UNLOCK TABLES</code> for MySQL (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1059">#1059</a>) - Thanks <a href="https://github.com/zzzdong"><code>@zzzdong</code></a></li> <li>Support <code>JSON_TABLE</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1062">#1062</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> <li>Support <code>CALL</code> statements (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1063">#1063</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> </ul> <h3>Fixed</h3> <ul> <li>fix rendering of SELECT TOP (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1070">#1070</a>) for Snowflake - Thanks jmhain</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/bcecd853f75c721531f83667e37221e887fa23b9"><code>bcecd85</code></a> chore: Release sqlparser version 0.43.1</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/d8235c26c5b607fc6e07c486bf7d5a5f10b08f90"><code>d8235c2</code></a> Fix changelog about version 0.43.0 (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1113">#1113</a>)</li> <li>See full diff in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.43.0...v0.43.1">compare view</a></li> </ul> </details> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
