Skip to content

Conversation

@the-other-tim-brown
Copy link
Contributor

Important Read

  • Please ensure the GitHub issue is mentioned at the beginning of the PR

What is the purpose of the pull request

(For example: This pull request implements the sync for delta format.)

Brief change log

(for example:)

  • Fixed JSON parsing error when persisting state
  • Added unit tests for schema evolution

Verify this pull request

(Please pick either of the following options)

This pull request is a trivial rework / code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end.
  • Added TestConversionController to verify the change.
  • Manually verified the change by running a job locally.

@kevinjqliu
Copy link

kevinjqliu commented Jan 15, 2026

Thanks! Ran into this issue in the CI for #784
https://github.com/apache/incubator-xtable/actions/runs/21037820886/job/60490681642?pr=784

Error:  Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.2.12.Final:generate-code (default) on project xtable-service: 
Error:  The plugin io.quarkus.platform:quarkus-maven-plugin:3.2.12.Final has unmet prerequisites: 
Error:  	Required Java version 17 is not met by current version: 11.0.29
Error:  -> [Help 1]
Error:  
Error:  To see the full stack trace of the errors, re-run Maven with the -e switch.
Error:  Re-run Maven using the -X switch to enable full debug logging.
Error:  
Error:  For more information about the errors and possible solutions, please read the following articles:
Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginIncompatibleException
Error:  
Error:  After correcting the problems, you can resume the build with the command
Error:    mvn <args> -rf :xtable-service
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants