bito-code-review[bot] commented on code in PR #37782:
URL: https://github.com/apache/superset/pull/37782#discussion_r2777750793
##########
docs/docs/configuration/configuring-superset.mdx:
##########
@@ -141,10 +141,10 @@ database engine on a separate host or container.
Superset supports the following database engines/versions:
-| Database Engine | Supported Versions
|
-| ----------------------------------------- |
---------------------------------------- |
-| [PostgreSQL](https://www.postgresql.org/) | 10.X, 11.X, 12.X, 13.X, 14.X,
15.X, 16.X |
-| [MySQL](https://www.mysql.com/) | 5.7, 8.X
|
+| Database Engine | Supported Versions
|
+| ----------------------------------------- |
---------------------------------------------- |
+| [PostgreSQL](https://www.postgresql.org/) | 10.X, 11.X, 12.X, 13.X, 14.X,
15.X, 16.X, 17.X |
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Inaccurate Version Listing</b></div>
<div id="fix">
The documentation lists PostgreSQL 17.X as supported, but official Superset
docs only list versions up to 16.X. While psycopg2 2.9.9 supports PostgreSQL
17, Superset's official documentation does not include it, so this addition may
mislead users.
</div>
<details>
<summary>
<b>Code suggestion</b>
</summary>
<blockquote>Check the AI-generated fix before applying</blockquote>
<div id="code">
````suggestion
| [PostgreSQL](https://www.postgresql.org/) | 10.X, 11.X, 12.X, 13.X, 14.X,
15.X, 16.X |
````
</div>
</details>
</div>
<small><i>Code Review Run #bec56c</i></small>
</div>
---
Should Bito avoid suggestions like this for future reviews? (<a
href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>)
- [ ] Yes, avoid them
--
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]