jiayuasu commented on PR #792: URL: https://github.com/apache/sedona/pull/792#issuecomment-1460639715
@douglasdennis To check the number of serialization called in each query, you can probably consider using SparkListener. Sedona already has a test listener for RDD join (https://github.com/apache/sedona/blob/master/core/src/main/scala/org/apache/sedona/core/monitoring/Listener.scala). It will accumulate Sedona Metric (https://github.com/apache/sedona/blob/master/core/src/main/scala/org/apache/sedona/core/monitoring/Metric.scala). You can probably refactor it a bit to incorporate this test. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
