Copilot commented on code in PR #2116:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2116#discussion_r2582368122


##########
changelog/0.60.0.md:
##########
@@ -0,0 +1,98 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# sqlparser-rs 0.60.0 Changelog
+
+This release consists of 37 commits from 20 contributors. See credits at the 
end of this changelog for more information.
+
+**Implemented enhancements:**
+
+- feat: Add RESET to the base dialect #2078 
[#2079](https://github.com/apache/datafusion-sqlparser-rs/pull/2079) 
(watford-ep)
+- feat: Add support for SET SESSION AUTHORIZATION #2086 
[#2087](https://github.com/apache/datafusion-sqlparser-rs/pull/2087) 
(watford-ep)
+
+**Fixed bugs:**
+
+- fix: parse error on unnamed arg with default syntax 
[#2091](https://github.com/apache/datafusion-sqlparser-rs/pull/2091) (r1b)
+
+**Other:**
+
+- Add support for INVISIBLE columns in MySQL 
[#2033](https://github.com/apache/datafusion-sqlparser-rs/pull/2033) 
(altmannmarcelo)
+- Link to actual change logs in CHANGELOG.md 
[#2040](https://github.com/apache/datafusion-sqlparser-rs/pull/2040) (lovasoa)
+- Snowflake: ALTER USER and KeyValueOptions Refactoring 
[#2035](https://github.com/apache/datafusion-sqlparser-rs/pull/2035) (yoavcloud)
+- Correctly tokenize nested comments in Databricks, Clickhouse, and ANSI 
[#2044](https://github.com/apache/datafusion-sqlparser-rs/pull/2044) (jmhain)

Review Comment:
   Incorrect spelling: "Clickhouse" should be "ClickHouse" (with capital H) to 
match the standard spelling used throughout the codebase and in official 
ClickHouse documentation.
   ```suggestion
   - Correctly tokenize nested comments in Databricks, ClickHouse, and ANSI 
[#2044](https://github.com/apache/datafusion-sqlparser-rs/pull/2044) (jmhain)
   ```



##########
changelog/0.60.0.md:
##########
@@ -0,0 +1,98 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# sqlparser-rs 0.60.0 Changelog
+
+This release consists of 37 commits from 20 contributors. See credits at the 
end of this changelog for more information.
+
+**Implemented enhancements:**
+
+- feat: Add RESET to the base dialect #2078 
[#2079](https://github.com/apache/datafusion-sqlparser-rs/pull/2079) 
(watford-ep)
+- feat: Add support for SET SESSION AUTHORIZATION #2086 
[#2087](https://github.com/apache/datafusion-sqlparser-rs/pull/2087) 
(watford-ep)
+
+**Fixed bugs:**
+
+- fix: parse error on unnamed arg with default syntax 
[#2091](https://github.com/apache/datafusion-sqlparser-rs/pull/2091) (r1b)
+
+**Other:**
+
+- Add support for INVISIBLE columns in MySQL 
[#2033](https://github.com/apache/datafusion-sqlparser-rs/pull/2033) 
(altmannmarcelo)
+- Link to actual change logs in CHANGELOG.md 
[#2040](https://github.com/apache/datafusion-sqlparser-rs/pull/2040) (lovasoa)
+- Snowflake: ALTER USER and KeyValueOptions Refactoring 
[#2035](https://github.com/apache/datafusion-sqlparser-rs/pull/2035) (yoavcloud)
+- Correctly tokenize nested comments in Databricks, Clickhouse, and ANSI 
[#2044](https://github.com/apache/datafusion-sqlparser-rs/pull/2044) (jmhain)
+- MySQL: `CREATE INDEX`: allow `USING` clause before `ON` 
[#2029](https://github.com/apache/datafusion-sqlparser-rs/pull/2029) 
(MohamedAbdeen21)
+- [databricks] update dialect to support grouping by with modifier 
[#2047](https://github.com/apache/datafusion-sqlparser-rs/pull/2047) (n-young)
+- Moved constraint variant outside of `TableConstraint` enum 
[#2054](https://github.com/apache/datafusion-sqlparser-rs/pull/2054) 
(LucaCappelletti94)
+- Add support for procedure parameter default values 
[#2041](https://github.com/apache/datafusion-sqlparser-rs/pull/2041) (aharpervc)
+- Require PR 
[#2052](https://github.com/apache/datafusion-sqlparser-rs/pull/2052) (blaginin)

Review Comment:
   The changelog entry "Require PR" is unclear and appears to be missing a 
descriptive title. This should be updated to describe what the PR actually 
does. Consider checking PR #2052 for its actual title and using that instead.
   ```suggestion
   - Add support for parsing PostgreSQL's `FETCH` and `MOVE` statements 
[#2052](https://github.com/apache/datafusion-sqlparser-rs/pull/2052) (blaginin)
   ```



-- 
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]

Reply via email to