Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Compile failed on Databricks 13.3 --- MockTaskContext.scala:69: overriding method getKillReason in class TaskContext of type ()Option[String] #10077

Closed
NvTimLiu opened this issue Dec 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@NvTimLiu
Copy link
Collaborator

Describe the bug

Build FAILED on Databricks-13.3 : MockTaskContext.scala:69: overriding method getKillReason in class TaskContext of type ()Option[String]

 [WARNING] Pruning sources from previous analysis, due to incompatible CompileSetup.
 [INFO] Compiling 136 Scala sources and 1 Java source to /home/ubuntu/spark-rapids/tests/target/spark341db/test-classes...
 [ERROR] /home/ubuntu/spark-rapids/tests/src/test/scala/org/apache/spark/sql/rapids/metrics/source/MockTaskContext.scala:69: overriding method getKillReason in class TaskContext of type ()Option[String];
  method getKillReason has weaker access privileges; it should be public
 [ERROR]   override private[spark] def getKillReason() = None
 [ERROR]                               ^
 [ERROR] one error found
@NvTimLiu NvTimLiu added bug Something isn't working ? - Needs Triage Need team to review and classify labels Dec 19, 2023
@NvTimLiu
Copy link
Collaborator Author

dup: #10063

@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Dec 20, 2023
@mattahrens mattahrens closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants