We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4939ed8 commit 517f31fCopy full SHA for 517f31f
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
@@ -429,7 +429,7 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {
429
|'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' FROM src;
430
""".stripMargin.replaceAll(System.lineSeparator(), " "))
431
432
- //TODO: Only support serde which compatible with TextRecordReader at the moment.
+ // TODO: Only support serde which compatible with TextRecordReader at the moment.
433
ignore("transform with SerDe2") {
434
435
sql("CREATE TABLE small_src(key INT, value STRING)")
0 commit comments