twosom commented on code in PR #34560:
URL: https://github.com/apache/beam/pull/34560#discussion_r2061412700


##########
runners/spark/src/main/java/org/apache/beam/runners/spark/translation/SparkPCollectionView.java:
##########
@@ -28,7 +28,7 @@
 import org.apache.spark.api.java.JavaSparkContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import scala.Tuple2;
+import scala.Tuple3;

Review Comment:
   @Abacn
   Thank you for the review. I agree that creating a POJO would be better since 
the Tuple might need to grow in the future.



-- 
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: github-unsubscr...@beam.apache.org

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

Reply via email to