[jira] [Commented] (SPARK-7299) saving Oracle-source DataFrame to Hive changes scale

2015-05-01 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14523236#comment-14523236 ] Ken Geis commented on SPARK-7299: - This passes my test! > saving Oracle-source DataFrame

[jira] [Created] (SPARK-7299) saving Oracle-source DataFrame to Hive changes scale

2015-05-01 Thread Ken Geis (JIRA)
Ken Geis created SPARK-7299: --- Summary: saving Oracle-source DataFrame to Hive changes scale Key: SPARK-7299 URL: https://issues.apache.org/jira/browse/SPARK-7299 Project: Spark Issue Type: Bug

[jira] [Commented] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-05-01 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522935#comment-14522935 ] Ken Geis commented on SPARK-7196: - I'm not sure what to do with this. Reopen the issue or

[jira] [Commented] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-05-01 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522901#comment-14522901 ] Ken Geis commented on SPARK-7196: - I think the problem may be specific to Oracle. If I ins

[jira] [Commented] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-05-01 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522883#comment-14522883 ] Ken Geis commented on SPARK-7196: - {noformat} scala> amounts.schema res1: org.apache.spark

[jira] [Commented] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-05-01 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522875#comment-14522875 ] Ken Geis commented on SPARK-7196: - My table has TOTAL_DIRECT_COST_TOTAL NUMBER(12, 2) I

[jira] [Commented] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-04-30 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522405#comment-14522405 ] Ken Geis commented on SPARK-7196: - I get closer when I apply [PR5803|https://github.com/ap

[jira] [Commented] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-04-30 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522373#comment-14522373 ] Ken Geis commented on SPARK-7196: - This is now correct: {noformat} scala> amounts.schema

[jira] [Commented] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-04-30 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521590#comment-14521590 ] Ken Geis commented on SPARK-7196: - Sorry, I thought I checked out the jdbc_precision branc

[jira] [Commented] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-04-30 Thread Ken Geis (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521067#comment-14521067 ] Ken Geis commented on SPARK-7196: - This does not fix my issue. {noformat} scala> val amou

[jira] [Created] (SPARK-7196) decimal precision lost when loading DataFrame from JDBC

2015-04-28 Thread Ken Geis (JIRA)
Ken Geis created SPARK-7196: --- Summary: decimal precision lost when loading DataFrame from JDBC Key: SPARK-7196 URL: https://issues.apache.org/jira/browse/SPARK-7196 Project: Spark Issue Type: Bug