Skip to content
Snippets Groups Projects
Commit 17591d90 authored by Kevin Yu's avatar Kevin Yu Committed by Wenchen Fan
Browse files

[SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...

[SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference for POJOs and Java collections

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. .

Author: Kevin Yu <qyu@us.ibm.com>

Closes #10125 from kevinyu98/working_on_spark-11827.
parent d5c47f8f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment