dongjoon-hyun commented on PR #42408: URL: https://github.com/apache/spark/pull/42408#issuecomment-1674240360
Hi, @cloud-fan, @yaooqinn and all. Unfortunately, this follow-up commit broke the original test case of SPARK-43979 in `branch-3.5`. Could you make a follow-up to recover the branch? - https://github.com/apache/spark/actions/runs/5808343145/job/15744942830 (this PR backport) - https://github.com/apache/spark/actions/runs/5826647221/job/15801070612 ``` [info] SQLQuerySuite: 22:39:37.462 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [info] - SPARK-43979: CollectedMetrics should be treated as the same one for self-join *** FAILED *** (686 milliseconds) [info] org.apache.spark.sql.catalyst.ExtendedAnalysisException: [DUPLICATED_METRICS_NAME] The metric name is not unique: my_event. The same name cannot be used for metrics with different results. However multiple instances of metrics with with same result and name are allowed (e.g. self-joins).; ``` -- 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]
