[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-18 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r973793512 ## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileMetadataStructSuite.scala: ## @@ -565,6 +569,34 @@ class FileMetadataStructSuite extends

[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-16 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r973510971 ## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala: ## @@ -590,7 +591,7 @@ class MicroBatchExecution( val

[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-16 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r973345153 ## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala: ## @@ -590,7 +591,7 @@ class MicroBatchExecution( val

[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-16 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r973335538 ## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala: ## @@ -590,7 +591,7 @@ class MicroBatchExecution( val

[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-16 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r972722394 ## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala: ## @@ -590,7 +591,7 @@ class MicroBatchExecution( val

[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-16 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r972711729 ## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala: ## @@ -590,7 +591,7 @@ class MicroBatchExecution( val

[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-16 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r972722394 ## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala: ## @@ -590,7 +591,7 @@ class MicroBatchExecution( val

[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-16 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r972711729 ## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala: ## @@ -590,7 +591,7 @@ class MicroBatchExecution( val

[GitHub] [spark] HeartSaVioR commented on a diff in pull request #37905: [SPARK-40460][SS] Fix streaming metrics when selecting `_metadata`

2022-09-16 Thread GitBox
HeartSaVioR commented on code in PR #37905: URL: https://github.com/apache/spark/pull/37905#discussion_r972646144 ## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileMetadataStructSuite.scala: ## @@ -524,10 +525,11 @@ class FileMetadataStructSuite extends