This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 8603ed58a34d [SPARK-46831][INFRA][FOLLOWUP] Fix a wrong JIRA ID in
MimaExcludes
8603ed58a34d is described below
commit 8603ed58a34d42dd14a82d8950ef5943114c3a8d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Feb 8 12:00:23 2024 -0800
[SPARK-46831][INFRA][FOLLOWUP] Fix a wrong JIRA ID in MimaExcludes
### What changes were proposed in this pull request?
This is a follow-up of
- #44901
### Why are the changes needed?
To fix the wrong JIRA ID information.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45071 from dongjoon-hyun/SPARK-46831.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
project/MimaExcludes.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala
index 5674eba0bea0..3e1391317eab 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -76,7 +76,7 @@ object MimaExcludes {
// SPARK-46410: Assign error classes/subclasses to
JdbcUtils.classifyException
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.jdbc.JdbcDialect.classifyException"),
- // [SPARK-464878][CORE][SQL] (false alert). Invalid rule for StringType
extension.
+ // TODO(SPARK-46878): Invalid Mima report for StringType extension
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.types.StringType.this"),
// SPARK-47011: Remove deprecated
BinaryClassificationMetrics.scoreLabelsWeight
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.evaluation.BinaryClassificationMetrics.scoreLabelsWeight")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]