GitHub user liuxiaohu0511 opened a pull request:
https://github.com/apache/hive/pull/275
use the DEFAULT_HEADER_INTERVAL not the pure number to assign the varâ¦
changed items as listedï¼
(i)use the DEFAULT_HEADER_INTERVAL variable no the pure number value to
assign the variable named headerInterval (ii)There may be SQLException occured
if a database access error
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liuxiaohu0511/hive master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/275.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 #275
----
commit 25dc3a3ff92044ab02dcce8487f0a665f9ab0fa2
Author: xiaohu-liu <[email protected]>
Date: 2017-12-16T12:29:02Z
use the DEFAULT_HEADER_INTERVAL not the pure number to assign the variable
and handle the exception if the driver is not found
----
---