Copilot commented on code in PR #3671:
URL: https://github.com/apache/texera/pull/3671#discussion_r2281616682
##########
deployment/k8s/texera-helmchart/files/texera_ddl.sql:
##########
@@ -384,6 +384,15 @@ CREATE TABLE IF NOT EXISTS site_settings
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
);
+-- site_settings table
Review Comment:
The comment incorrectly refers to 'site_settings table' when it should refer
to 'time_log table' as shown in the corresponding comment fix in the core DDL
file.
```suggestion
-- time_log table
```
--
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]