You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/07/15 21:23:43 UTC

[GitHub] [beam] kennknowles commented on a change in pull request #8558: [BEAM-7131] Spark: cache executable stage output to prevent re-computation

kennknowles commented on a change in pull request #8558:
URL: https://github.com/apache/beam/pull/8558#discussion_r455360189



##########
File path: runners/spark/src/main/java/org/apache/beam/runners/spark/translation/SparkTranslationContext.java
##########
@@ -17,6 +17,7 @@
  */
 package org.apache.beam.runners.spark.translation;
 
+import com.sun.istack.Nullable;

Review comment:
       This is probably not the `Nullable` you want. CC @tysonjh since I found this from a failure on his PR.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org