Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5758][SQL] Use LongType as the default type for integers in JSON schema inference. - #4544
[SPARK-5758][SQL] Use LongType as the default type for integers in JSON schema inference.#4544yhuai wants to merge 1 commit into
Conversation
SparkQA
commented
Feb 12, 2015
Test build #27309 has started for PR 4544 at commit
|
rxin
commented
Feb 12, 2015
lgtm - assuming tests pass. |
SparkQA
commented
Feb 12, 2015
Test build #27309 has finished for PR 4544 at commit
|
AmplabJenkins
commented
Feb 12, 2015
Test FAILed. |
rxin
commented
Feb 12, 2015
cc @mengxr this broke MLlib... thoughts? |
davies
commented
Feb 12, 2015
I think some Integers are dumped into JSON, then come out as LongType, then break some APIs. |
mengxr
commented
Feb 12, 2015
Yes, we use |
mengxr
commented
Feb 12, 2015
@yhuai I created a JIRA to use json4s directly in MLlib: https://issues.apache.org/jira/browse/SPARK-5757. Could you make a JIRA for this PR and link them? |
yhuai
commented
Feb 12, 2015
@mengxr Sure. I have created https://issues.apache.org/jira/browse/SPARK-5758. |
…json4s This PR detaches MLlib model import/export code from SQL's JSON support, and hence unblocks #4544 . yhuai Author: Xiangrui Meng <meng@databricks.com> Closes#4555 from mengxr/SPARK-5757 and squashes the following commits: b0415e8 [Xiangrui Meng] replace SQL JSON usage by json4s (cherry picked from commit 99bd500) Signed-off-by: Xiangrui Meng <meng@databricks.com>
…json4s This PR detaches MLlib model import/export code from SQL's JSON support, and hence unblocks #4544 . yhuai Author: Xiangrui Meng <meng@databricks.com> Closes#4555 from mengxr/SPARK-5757 and squashes the following commits: b0415e8 [Xiangrui Meng] replace SQL JSON usage by json4s
yhuai
commented
Feb 12, 2015
test this please |
SparkQA
commented
Feb 12, 2015
Test build #27365 has started for PR 4544 at commit
|
SparkQA
commented
Feb 12, 2015
Test build #27365 has finished for PR 4544 at commit
|
AmplabJenkins
commented
Feb 12, 2015
Test PASSed. |
…ON schema inference. Author: Yin Huai <yhuai@databricks.com> Closes#4544 from yhuai/jsonUseLongTypeByDefault and squashes the following commits: 6e2ffc2 [Yin Huai] Use LongType as the default type for integers in JSON schema inference. (cherry picked from commit c352ffb) Signed-off-by: Michael Armbrust <michael@databricks.com>
No description provided.