dependabot[bot] opened a new pull request, #962: URL: https://github.com/apache/arrow-ballista/pull/962
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.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> <h3>Changed</h3> <ul> <li>Improve documentation formatting (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1068">#1068</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Replace type_id() by trait method to allow wrapping dialects (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1065">#1065</a>) - Thanks <a href="https://github.com/jjbayer"><code>@jjbayer</code></a></li> <li>Document that comments aren't preserved for round trip (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1060">#1060</a>) - Thanks <a href="https://github.com/takluyver"><code>@takluyver</code></a></li> <li>Update sqlparser-derive to use <code>syn 2.0</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1040">#1040</a>) - Thanks <a href="https://github.com/serprex"><code>@serprex</code></a></li> </ul> <h2>[0.40.0] 2023-11-27</h2> <h3>Added</h3> <ul> <li>Add <code>{pre,post}_visit_query</code> to <code>Visitor</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1044">#1044</a>) - Thanks <a href="https://github.com/jmhain"><code>@jmhain</code></a></li> <li>Support generated virtual columns with expression (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1051">#1051</a>) - Thanks <a href="https://github.com/takluyver"><code>@takluyver</code></a></li> <li>Support PostgreSQL <code>END</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1035">#1035</a>) - Thanks <a href="https://github.com/tobyhede"><code>@tobyhede</code></a></li> <li>Support <code>INSERT INTO ... DEFAULT VALUES ...</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1036">#1036</a>) - Thanks <a href="https://github.com/CDThomas"><code>@CDThomas</code></a></li> <li>Support <code>RELEASE</code> and <code>ROLLBACK TO SAVEPOINT</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1045">#1045</a>) - Thanks <a href="https://github.com/CDThomas"><code>@CDThomas</code></a></li> <li>Support <code>CONVERT</code> expressions (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1048">#1048</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> <li>Support <code>GLOBAL</code> and <code>SESSION</code> parts in <code>SHOW VARIABLES</code> for mysql and generic - Thanks <a href="https://github.com/emin100"><code>@emin100</code></a></li> <li>Support snowflake <code>PIVOT</code> on derived table factors (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1027">#1027</a>) - Thanks <a href="https://github.com/lustefaniak"><code>@lustefaniak</code></a></li> <li>Support mssql json and xml extensions (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1043">#1043</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> <li>Support for <code>MAX</code> as a character length (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1038">#1038</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> <li>Support <code>IN ()</code> syntax of SQLite (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1028">#1028</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> </ul> <h3>Fixed</h3> <ul> <li>Fix extra whitespace printed before <code>ON CONFLICT</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1037">#1037</a>) - Thanks <a href="https://github.com/CDThomas"><code>@CDThomas</code></a></li> </ul> <h3>Changed</h3> <ul> <li>Document round trip ability (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1052">#1052</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Add PRQL to list of users (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1031">#1031</a>) - Thanks <a href="https://github.com/vanillajonathan"><code>@vanillajonathan</code></a></li> </ul> <h2>[0.39.0] 2023-10-27</h2> <h3>Added</h3> <ul> <li>Support for <code>LATERAL FLATTEN</code> and similar (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1026">#1026</a>) - Thanks <a href="https://github.com/lustefaniak"><code>@lustefaniak</code></a></li> <li>Support BigQuery struct, array and bytes , int64, <code>float64</code> datatypes (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1003">#1003</a>) - Thanks <a href="https://github.com/iffyio"><code>@iffyio</code></a></li> <li>Support numbers as placeholders in Snowflake (e.g. <code>:1)</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1001">#1001</a>) - Thanks <a href="https://github.com/yuval-illumex"><code>@yuval-illumex</code></a></li> <li>Support date 'key' when using semi structured data (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1023">#1023</a>) <a href="https://github.com/yuval-illumex"><code>@yuval-illumex</code></a></li> <li>Support IGNORE|RESPECT NULLs clause in window functions (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/998">#998</a>) - Thanks <a href="https://github.com/yuval-illumex"><code>@yuval-illumex</code></a></li> <li>Support for single-quoted identifiers (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1021">#1021</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> <li>Support multiple PARTITION statements in ALTER TABLE ADD statement (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1011">#1011</a>) - Thanks <a href="https://github.com/bitemyapp"><code>@bitemyapp</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.41.0...v0.41.0">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]
