Re: [PR] [SEDONA-562] Add a native DataFrame based GeoJSON reader and writer [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1432:
URL: https://github.com/apache/sedona/pull/1432


-- 
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-unsubscr...@sedona.apache.org

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



[jira] [Created] (SEDONA-563) Add ST_GeomFromEWKB

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-563:
-

 Summary: Add ST_GeomFromEWKB
 Key: SEDONA-563
 URL: https://issues.apache.org/jira/browse/SEDONA-563
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-564) Add ST_NumInteriorRing

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-564:
-

 Summary: Add ST_NumInteriorRing
 Key: SEDONA-564
 URL: https://issues.apache.org/jira/browse/SEDONA-564
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-566) Add ST_TriangulatePolygon

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-566:
-

 Summary: Add ST_TriangulatePolygon
 Key: SEDONA-566
 URL: https://issues.apache.org/jira/browse/SEDONA-566
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-565) Add ST_ForceRHR

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-565:
-

 Summary: Add ST_ForceRHR
 Key: SEDONA-565
 URL: https://issues.apache.org/jira/browse/SEDONA-565
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-567) Add ST_M

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-567:
-

 Summary: Add ST_M
 Key: SEDONA-567
 URL: https://issues.apache.org/jira/browse/SEDONA-567
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] [SEDONA-563] Add ST_GeomFromEWKB [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1433:
URL: https://github.com/apache/sedona/pull/1433

   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-563. The PR name follows the 
format `[SEDONA-563] my subject`.
   
   ## What changes were proposed in this PR?
   
   Add ST_GeomFromEWKB 
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



[PR] [SEDONA-564] Add ST_NumInteriorRing [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1434:
URL: https://github.com/apache/sedona/pull/1434

   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-564. The PR name follows the 
format `[SEDONA-564] my subject`.
   
   ## What changes were proposed in this PR?
   
   Add ST_NumInteriorRing 
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



[PR] [SEDONA-565] Add ST_ForceRHR [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1435:
URL: https://github.com/apache/sedona/pull/1435

   
   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-565. The PR name follows the 
format `[SEDONA-565] my subject`.
   
   ## What changes were proposed in this PR?
   
   Add ST_ForceRHR
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



[PR] [SEDONA-566] Add ST_TriangulatePolygon [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1436:
URL: https://github.com/apache/sedona/pull/1436

   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-566. The PR name follows the 
format `[SEDONA-566] my subject`.
   
   ## What changes were proposed in this PR?
   
   Add ST_TriangulatePolygon
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



[PR] [SEDONA-567] Add ST_M [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1437:
URL: https://github.com/apache/sedona/pull/1437

   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-567. The PR name follows the 
format `[SEDONA-567] my subject`.
   
   ## What changes were proposed in this PR?
   
   Add ST_M
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-563] Add ST_GeomFromEWKB [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1433:
URL: https://github.com/apache/sedona/pull/1433


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-564] Add ST_NumInteriorRing [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1434:
URL: https://github.com/apache/sedona/pull/1434


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-565] Add ST_ForceRHR [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1435:
URL: https://github.com/apache/sedona/pull/1435


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-567] Add ST_M [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1437:
URL: https://github.com/apache/sedona/pull/1437


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-566] Add ST_TriangulatePolygon [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1436:
URL: https://github.com/apache/sedona/pull/1436


-- 
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-unsubscr...@sedona.apache.org

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



[PR] [DOCS] Fix ST_Snap Example [sedona]

2024-05-28 Thread via GitHub


furqaankhan opened a new pull request, #1439:
URL: https://github.com/apache/sedona/pull/1439

   
   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - No, this is a documentation update. The PR name follows the format `[DOCS] 
my subject`.
   
   ## What changes were proposed in this PR?
   
   - Fix ST_Snap example
   
   ## How was this patch tested?
   
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I have updated the documentation.


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [DOCS] Fix ST_Snap Example [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1439:
URL: https://github.com/apache/sedona/pull/1439


-- 
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-unsubscr...@sedona.apache.org

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



Re: [I] ST_Snap example code does not work [sedona]

2024-05-28 Thread via GitHub


jiayuasu closed issue #1438: ST_Snap example code does not work
URL: https://github.com/apache/sedona/issues/1438


-- 
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-unsubscr...@sedona.apache.org

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



[jira] [Created] (SEDONA-568) Refactor TestBaseScala to use method instead of a class-level variable for sparkSession

2024-05-28 Thread Feng Zhang (Jira)
Feng Zhang created SEDONA-568:
-

 Summary: Refactor TestBaseScala to use method instead of a 
class-level variable for sparkSession
 Key: SEDONA-568
 URL: https://issues.apache.org/jira/browse/SEDONA-568
 Project: Apache Sedona
  Issue Type: Improvement
Reporter: Feng Zhang


Refactoring the base class (org.apache.sedona.sql.TestBaseScala) to use a 
method instead of a class-level variable for sparkSession can be a good idea 
for several reasons:

- *Lazy* Initialization: Using a method allows for lazy initialization, which 
can be beneficial if the creation of the SparkSession is resource-intensive or 
if it should only be created when needed.

- {*}Flexibility{*}: It provides more flexibility for derived classes to 
customize or extend the initialization logic without having to override a 
class-level variable.

- {*}Testability{*}: It can improve testability by allowing the SparkSession to 
be created in a controlled manner, which can be useful for unit tests.

An example is as followings:
{code:java}
trait SparkSessionBuilder {
  protected val warehouseLocation: String
  protected val resourceFolder: String  def 
createSparkSession(enableBroadcastJoin: Boolean, setInference: Boolean, 
enableMetrics: Boolean): SparkSession = {
    val builder = SedonaContext.builder()
      .master("local[*]")
      .appName("sedonasqlScalaTest")
      .config("spark.sql.warehouse.dir", warehouseLocation)    if 
(enableBroadcastJoin) {
      builder.config("sedona.join.autoBroadcastJoinThreshold", "-1")
    }    if (setInference) {
      builder.config("spark.kryoserializer.buffer.max", "64m")
        .config("spark.wherobots.inference.entrance", resourceFolder + 
"python/udfEntrance.py")
        .config("spark.wherobots.inference.files", resourceFolder + 
"python/udfDefinition.py")
        .config("spark.wherobots.inference.args", "3")
    }    if (enableMetrics) {
      builder.config("spark.metrics.conf.*.sink.console.class", 
"org.apache.spark.metrics.sink.ConsoleSink")
    }    builder.getOrCreate()
  }
} {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] [SEDONA-559] Make the flink example work [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1420:
URL: https://github.com/apache/sedona/pull/1420


-- 
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-unsubscr...@sedona.apache.org

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



[jira] [Created] (SEDONA-570) Add ST_PointM

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-570:
-

 Summary: Add ST_PointM
 Key: SEDONA-570
 URL: https://issues.apache.org/jira/browse/SEDONA-570
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-569) Add PointZM

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-569:
-

 Summary: Add PointZM
 Key: SEDONA-569
 URL: https://issues.apache.org/jira/browse/SEDONA-569
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-571) Add ST_MMin

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-571:
-

 Summary: Add ST_MMin
 Key: SEDONA-571
 URL: https://issues.apache.org/jira/browse/SEDONA-571
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-573) Add ST_HasM

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-573:
-

 Summary: Add ST_HasM
 Key: SEDONA-573
 URL: https://issues.apache.org/jira/browse/SEDONA-573
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-572) Add ST_PointFromWKB

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-572:
-

 Summary: Add ST_PointFromWKB
 Key: SEDONA-572
 URL: https://issues.apache.org/jira/browse/SEDONA-572
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-574) Add ST_MMax

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-574:
-

 Summary: Add ST_MMax
 Key: SEDONA-574
 URL: https://issues.apache.org/jira/browse/SEDONA-574
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] [SEDONA-569][SEDONA-570][SEDONA-572] Add ST_PointZM, ST_PointM, ST_PointFromWKB [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1440:
URL: https://github.com/apache/sedona/pull/1440

   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-XXX. The PR name follows the 
format `[SEDONA-XXX] my subject`.
   
   ## What changes were proposed in this PR?
   
   * Added ST_PointZM
   * Added ST_PointM
   * Added ST_PointFromWKB
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



[PR] [SEDONA-573] Add ST_HasM [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1441:
URL: https://github.com/apache/sedona/pull/1441

   
   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-573. The PR name follows the 
format `[SEDONA-573] my subject`.
   
   ## What changes were proposed in this PR?
   
   Add ST_HasM
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-569][SEDONA-570][SEDONA-572] Add ST_PointZM, ST_PointM, ST_PointFromWKB [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1440:
URL: https://github.com/apache/sedona/pull/1440


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-573] Add ST_HasM [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1441:
URL: https://github.com/apache/sedona/pull/1441


-- 
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-unsubscr...@sedona.apache.org

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



[PR] [SEDONA-571][SEDONA-574] Add ST_MMin, ST_MMax [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1442:
URL: https://github.com/apache/sedona/pull/1442

   
   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-XXX. The PR name follows the 
format `[SEDONA-XXX] my subject`.
   
   ## What changes were proposed in this PR?
   
   * Add ST_MMin
   * Add ST_MMax
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-571][SEDONA-574] Add ST_MMin, ST_MMax [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1442:
URL: https://github.com/apache/sedona/pull/1442


-- 
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-unsubscr...@sedona.apache.org

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



[jira] [Created] (SEDONA-576) ST_HasZ

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-576:
-

 Summary: ST_HasZ
 Key: SEDONA-576
 URL: https://issues.apache.org/jira/browse/SEDONA-576
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-578) Add ST_Points

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-578:
-

 Summary: Add ST_Points
 Key: SEDONA-578
 URL: https://issues.apache.org/jira/browse/SEDONA-578
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-577) ST_GeometryFromText

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-577:
-

 Summary: ST_GeometryFromText
 Key: SEDONA-577
 URL: https://issues.apache.org/jira/browse/SEDONA-577
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-575) ST_LineFromWKB

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-575:
-

 Summary: ST_LineFromWKB
 Key: SEDONA-575
 URL: https://issues.apache.org/jira/browse/SEDONA-575
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SEDONA-579) Add ST_AsHEXEWKB

2024-05-28 Thread Jia Yu (Jira)
Jia Yu created SEDONA-579:
-

 Summary: Add ST_AsHEXEWKB
 Key: SEDONA-579
 URL: https://issues.apache.org/jira/browse/SEDONA-579
 Project: Apache Sedona
  Issue Type: New Feature
Reporter: Jia Yu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] [SEDONA-575] [SEDONA-577] Add ST_LineFromWKB, ST_GeometryFromText [sedona]

2024-05-28 Thread via GitHub


jiayuasu opened a new pull request, #1443:
URL: https://github.com/apache/sedona/pull/1443

   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and 
[Contributor Development 
Guide](https://sedona.apache.org/latest-snapshot/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the associated JIRA ticket is 
https://issues.apache.org/jira/browse/SEDONA-575. The PR name follows the 
format `[SEDONA-575] my subject`.
   
   ## What changes were proposed in this PR?
   
   * Add ST_LineFromWKB
   * Add ST_GeometryFromText
   
   ## How was this patch tested?
   
   Passed local tests
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I am adding a new API. I am using the [current SNAPSHOT version 
number](https://github.com/apache/sedona/blob/99239524f17389fc4ae9548ea88756f8ea538bb9/pom.xml#L29)
 in `vX.Y.Z` format.
   


-- 
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-unsubscr...@sedona.apache.org

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



Re: [PR] [SEDONA-575] [SEDONA-577] Add ST_LineFromWKB, ST_GeometryFromText [sedona]

2024-05-28 Thread via GitHub


jiayuasu merged PR #1443:
URL: https://github.com/apache/sedona/pull/1443


-- 
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-unsubscr...@sedona.apache.org

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