Skip to content

[AMORO-3742] Fix errors in sql scripts#3745

Merged
xxubai merged 2 commits intoapache:masterfrom
Jzjsnow:fix_sql_errors
Aug 22, 2025
Merged

[AMORO-3742] Fix errors in sql scripts#3745
xxubai merged 2 commits intoapache:masterfrom
Jzjsnow:fix_sql_errors

Conversation

@Jzjsnow
Copy link
Contributor

@Jzjsnow Jzjsnow commented Aug 21, 2025

Why are the changes needed?

Close #3742.

Brief change log

  • Fix syntax errors and add missing table in postgres init sql.
  • Fix syntax error in mysql upgrade sql.
  • Add create ddl for table table_process_state in both upgrade.sql for mysql and pg.

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • Run test locally before making a pull request

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

@github-actions github-actions bot added the module:ams-server Ams server module label Aug 21, 2025
@xxubai xxubai merged commit 7e9edbf into apache:master Aug 22, 2025
6 checks passed
@Jzjsnow Jzjsnow deleted the fix_sql_errors branch August 27, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module:ams-server Ams server module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Syntax errors and missing table in sql scripts

2 participants