Github user scwf commented on a diff in the pull request:
https://github.com/apache/spark/pull/3414#discussion_r20756205
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/parquet/HiveParquetSuite.scala ---
@@ -106,6 +106,12 @@ class HiveParquetSuite extends FunSuite with
BeforeAndAfterAll with BeforeAndAft
compareRDDs(rddOrig, rddCopy, "testsource",
ParquetTestData.testSchemaFieldNames)
}
+ test("SPARK-4553: String issue for Parquet Table") {
+ sql("CREATE TABLE parquet_string(key INT, value STRING)")
+ sql("INSERT OVERWRITE TABLE parquet_string SELECT * FROM src")
+ sql("SELECT * FROM parquet_string").collect.foreach(println)
--- End diff --
fix this
---
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]