spark git commit: Avoid deprecation warnings in JDBCSuite.

2015-02-18 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.3 2bd33ce62 -> 9a565b84f Avoid deprecation warnings in JDBCSuite. This pull request replaces calls to deprecated methods from `java.util.Date` with near-equivalents in `java.util.Calendar`. Author: Tor Myklebust Closes #4668 from tmyk

spark git commit: Avoid deprecation warnings in JDBCSuite.

2015-02-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 61ab08549 -> de0dd6de2 Avoid deprecation warnings in JDBCSuite. This pull request replaces calls to deprecated methods from `java.util.Date` with near-equivalents in `java.util.Calendar`. Author: Tor Myklebust Closes #4668 from tmyklebu