Aireed commented on PR #3526: URL: https://github.com/apache/amoro/pull/3526#issuecomment-2814451408
We haven't found the root cause of the exception yet, and in the process of locating it, we found that running only the fail-in use case was passable, but the unified run would report an error. And we can't go through the interruption point to solve it. We made the following attempts 1. We can only guess that the calcite class in flink-table-planner_2.12 is conflicting with the dependency outside (suspected calcite in hive-exec package) through the exception stack, but we still can't solve the problem by eliminating the calcite-core code in the dependency in hive-exec.But we still can't solve the problem by removing the calcite-core code from the hive-exec dependencies. 2. we upgraded surefire-plugin version, still no problem. 3. removing test-jar from flink-table-planner's type will report other errors. -- 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]
