Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/5412#discussion_r27958798
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/parquetSuites.scala ---
@@ -887,7 +886,11 @@ abstract class ParquetPartitioningTest extends
QueryTest with BeforeAndAfterAll
test(s"SPARK-5775 read struct from $table") {
checkAnswer(
- sql(s"SELECT p, structField.intStructField,
structField.stringStructField FROM $table WHERE p = 1"),
+ sql(
+ s"""
+ |SELECT p, structField.intStructField,
structField.stringStructField
+ |FROM $table WHERE p = 1
+ """.stripMargin),
--- End diff --
One less space before the quotes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]