[jira] [Updated] (SPARK-40460) Streaming metrics is zero when select _metadata

2022-09-27 Thread Yuming Wang (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-40460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yuming Wang updated SPARK-40460:

Fix Version/s: 3.3.1
   (was: 3.3.2)

> Streaming metrics is zero when select _metadata
> ---
>
> Key: SPARK-40460
> URL: https://issues.apache.org/jira/browse/SPARK-40460
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 3.3.0, 3.4.0, 3.3.1, 3.3.2
>Reporter: Yaohua Zhao
>Assignee: Yaohua Zhao
>Priority: Major
> Fix For: 3.4.0, 3.3.1
>
>
> Streaming metrics report all 0 (`processedRowsPerSecond`, etc) when selecting 
> `_metadata` column. Because the logical plan from the batch and the actual 
> planned logical are mismatched: 
> [https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala#L348]



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-40460) Streaming metrics is zero when select _metadata

2022-09-19 Thread Hyukjin Kwon (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-40460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon updated SPARK-40460:
-
Fix Version/s: 3.3.2

> Streaming metrics is zero when select _metadata
> ---
>
> Key: SPARK-40460
> URL: https://issues.apache.org/jira/browse/SPARK-40460
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 3.3.0, 3.4.0, 3.3.1, 3.3.2
>Reporter: Yaohua Zhao
>Assignee: Yaohua Zhao
>Priority: Major
> Fix For: 3.4.0, 3.3.2
>
>
> Streaming metrics report all 0 (`processedRowsPerSecond`, etc) when selecting 
> `_metadata` column. Because the logical plan from the batch and the actual 
> planned logical are mismatched: 
> [https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala#L348]



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-40460) Streaming metrics is zero when select _metadata

2022-09-19 Thread Yaohua Zhao (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-40460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yaohua Zhao updated SPARK-40460:

Affects Version/s: 3.4.0

> Streaming metrics is zero when select _metadata
> ---
>
> Key: SPARK-40460
> URL: https://issues.apache.org/jira/browse/SPARK-40460
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 3.3.0, 3.4.0, 3.3.1, 3.3.2
>Reporter: Yaohua Zhao
>Assignee: Yaohua Zhao
>Priority: Major
> Fix For: 3.4.0
>
>
> Streaming metrics report all 0 (`processedRowsPerSecond`, etc) when selecting 
> `_metadata` column. Because the logical plan from the batch and the actual 
> planned logical are mismatched: 
> [https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala#L348]



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-40460) Streaming metrics is zero when select _metadata

2022-09-19 Thread Yaohua Zhao (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-40460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yaohua Zhao updated SPARK-40460:

Affects Version/s: 3.3.1
   3.3.2
   (was: 3.2.0)
   (was: 3.2.1)
   (was: 3.2.2)

> Streaming metrics is zero when select _metadata
> ---
>
> Key: SPARK-40460
> URL: https://issues.apache.org/jira/browse/SPARK-40460
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 3.3.0, 3.3.1, 3.3.2
>Reporter: Yaohua Zhao
>Assignee: Yaohua Zhao
>Priority: Major
> Fix For: 3.4.0
>
>
> Streaming metrics report all 0 (`processedRowsPerSecond`, etc) when selecting 
> `_metadata` column. Because the logical plan from the batch and the actual 
> planned logical are mismatched: 
> [https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala#L348]



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-40460) Streaming metrics is zero when select _metadata

2022-09-15 Thread Yaohua Zhao (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-40460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yaohua Zhao updated SPARK-40460:

Description: Streaming metrics report all 0 (`processedRowsPerSecond`, etc) 
when selecting `_metadata` column. Because the logical plan from the batch and 
the actual planned logical are mismatched: 
[https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala#L348]
  (was: Streaming metrics report all 0 (`processedRowsPerSecond`, etc) when 
selecting `_metadata` column. Because the logical plan from the streaming 
relation and the actual executed logical plan are mismatched: 
[https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala#L348])

> Streaming metrics is zero when select _metadata
> ---
>
> Key: SPARK-40460
> URL: https://issues.apache.org/jira/browse/SPARK-40460
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 3.2.0, 3.2.1, 3.3.0, 3.2.2
>Reporter: Yaohua Zhao
>Priority: Major
>
> Streaming metrics report all 0 (`processedRowsPerSecond`, etc) when selecting 
> `_metadata` column. Because the logical plan from the batch and the actual 
> planned logical are mismatched: 
> [https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala#L348]



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org