bersprockets commented on a change in pull request #35090:
URL: https://github.com/apache/spark/pull/35090#discussion_r779127009
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/orc/OrcSourceSuite.scala
##########
@@ -652,9 +652,9 @@ abstract class OrcSourceSuite extends OrcSuite with
SharedSparkSession {
StructField("50",
StructType(
StructField("20", StringType) ::
- StructField("30",
- StructType(
- StructField("40", StringType) :: Nil)) :: Nil))))
+ StructField("30",
+ StructType(
+ StructField("40", StringType) :: Nil)) :: Nil))))
Review comment:
Oops. I will fix this weird indentation issue.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]