Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/16013#discussion_r89676419
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala ---
@@ -40,9 +40,14 @@ case class JdbcType(databaseTypeDefinition : String,
jdbcNullType : Int)
* SQL dialect of a certain database or jdbc driver.
* Lots of databases define types that aren't explicitly supported
* by the JDBC spec. Some JDBC drivers also report inaccurate
- * information---for instance, BIT(n>1) being reported as a BIT type is
quite
- * common, even though BIT in JDBC is meant for single-bit values. Also,
there
- * does not appear to be a standard name for an unbounded string or binary
+ * information---for instance,
+ *
+ * {{{
+ * BIT(n>1)
+ * }}}
+ *
+ * being reported as a BIT type is quite common, even though BIT in JDBC
is meant for single-bit
--- End diff --
- Java
<img width="662" alt="2016-11-27 4 10 01"
src="https://cloud.githubusercontent.com/assets/6477701/20642645/72088494-b457-11e6-9487-72e9dc9a1c43.png">
- Scala
<img width="607" alt="2016-11-27 4 10 22"
src="https://cloud.githubusercontent.com/assets/6477701/20642644/70c669e8-b457-11e6-9744-5ad2b955b40f.png">
---
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]