Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/20018#discussion_r158133606
--- Diff:
examples/src/main/scala/org/apache/spark/examples/sql/hive/SparkHiveExample.scala
---
@@ -102,8 +101,63 @@ object SparkHiveExample {
// | 4| val_4| 4| val_4|
// | 5| val_5| 5| val_5|
// ...
- // $example off:spark_hive$
+ /*
--- End diff --
Oh just noticed this. You're using javadoc style comments here, but they
won't have effect.
just use the `//` block style for comments that you see above, for
consistency.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]