[GitHub] hive pull request #440: HIVE-20785: Typo KEQ_SEQ -> KEY_SEQ

2018-12-18 Thread Mogztter
Github user Mogztter closed the pull request at:

https://github.com/apache/hive/pull/440


---


[GitHub] hive pull request #440: Typo KEQ_SEQ -> KEY_SEQ

2018-09-28 Thread Mogztter
GitHub user Mogztter opened a pull request:

https://github.com/apache/hive/pull/440

Typo KEQ_SEQ -> KEY_SEQ

According to the `java.sql.DatabaseMetaData` API the key should be 
`KEY_SEQ`.


https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPrimaryKeys-java.lang.String-java.lang.String-java.lang.String-

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Mogztter/hive patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/hive/pull/440.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #440


commit 3cf639e3915af83f2fc32558fa60ab441c6c461a
Author: Guillaume Grossetie 
Date:   2018-09-28T10:52:55Z

Typo KEQ_SEQ -> KEY_SEQ

According to the `java.sql.DatabaseMetaData` API the key should be 
`KEY_SEQ`.


https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPrimaryKeys-java.lang.String-java.lang.String-java.lang.String-




---