Github user yhuai commented on a diff in the pull request:
https://github.com/apache/spark/pull/8800#discussion_r39800708
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveMetastoreCatalogSuite.scala
---
@@ -156,5 +158,20 @@ class DataSourceWithHiveMetastoreCatalogSuite
}
}
}
+
+ // TODO: for Hive 1.2, we do not need this test. Remove it before
merging the this PR.
+ test(s"This test should not fail: $provider table") {
+ withTempPath { dir =>
+ withTable("t") {
+ val path = dir.getCanonicalPath
+
+ sql(
+ s"""CREATE TABLE t USING $provider
+ |OPTIONS (path '$path')
+ |AS SELECT 1 AS timestamp, cast("val_1" as binary) AS
`binary.dot`
+ """.stripMargin)
+ }
+ }
+ }
--- End diff --
This change is for testing.
---
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]