You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by GitBox <gi...@apache.org> on 2021/11/03 02:00:42 UTC

[GitHub] [incubator-sedona] Zeratal commented on a change in pull request #559: [SEDONA-72 ]Fix showcase execution bug

Zeratal commented on a change in pull request #559:
URL: https://github.com/apache/incubator-sedona/pull/559#discussion_r741572808



##########
File path: core/src/main/scala/org/apache/sedona/core/showcase/ScalaExample.scala
##########
@@ -56,7 +56,7 @@ object ScalaExample extends App {
   val PolygonRDDSplitter = FileDataSplitter.CSV
   val PolygonRDDNumPartitions = 5
   val PolygonRDDStartOffset = 0
-  val PolygonRDDEndOffset = 8
+  val PolygonRDDEndOffset = 9// 8      modified by wjp 2021.11.2

Review comment:
       done
   




-- 
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: dev-unsubscribe@sedona.apache.org

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