GitHub user kevinyu98 opened a pull request: https://github.com/apache/spark/pull/10125
Working on spark 11827 Hello : Can you help check this PR? I am adding support for the java.math.BigInteger for java bean code path. I saw internally spark is converting the BigInteger to BigDecimal in ColumnType.scala and CatalystRowConverter.scala. I use the similar way and convert the BigInteger to the BigDecimal. . You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevinyu98/spark working_on_spark-11827 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/10125.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 #10125 ---- commit a67722094e8a9d0689ba022eb4f923e28791503e Author: Kevin Yu <q...@us.ibm.com> Date: 2015-12-01T16:38:09Z adding java.math.BigInteger support for java bean commit a58d92cd85719c6112c5cb0162be9b6104f9ba00 Author: Kevin Yu <q...@us.ibm.com> Date: 2015-12-02T05:37:56Z adding test case commit f400a825f38a2e3559e9b4f63b4e58bdd17c5e3b Author: Kevin Yu <q...@us.ibm.com> Date: 2015-12-03T07:38:15Z modify the JavaDataFrameSuite commit 3db875a7d9a331d3a200d26338c956d694001046 Author: Kevin Yu <q...@us.ibm.com> Date: 2015-12-03T07:50:43Z clean the JavaDataFrameSuite commit 0807550ae396231a19648c2f4db7e8946544d4a2 Author: Kevin Yu <q...@us.ibm.com> Date: 2015-12-03T07:57:20Z working on the JavaDataFrameSuite ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org