Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12747][SQL] Use correct type name for Postgres JDBC's real array - #10695
[SPARK-12747][SQL] Use correct type name for Postgres JDBC's real array#10695viirya wants to merge 5 commits into
Conversation
SparkQA
commented
Jan 11, 2016
Test build #49147 has finished for PR 10695 at commit
|
SparkQA
commented
Jan 11, 2016
Test build #49154 has started for PR 10695 at commit |
viirya
commented
Jan 12, 2016
Type mapping for various types *** FAILED *** (1 second, 877 milliseconds) Array(0.11, 0.22) did not equal Array(0.11, 0.22)? |
SparkQA
commented
Jan 12, 2016
Test build #49209 has finished for PR 10695 at commit
|
SparkQA
commented
Jan 12, 2016
Test build #49220 has finished for PR 10695 at commit
|
SparkQA
commented
Jan 12, 2016
Test build #49233 has finished for PR 10695 at commit
|
blbradley
commented
Jan 16, 2016
Looks good, but you should squash your commits into one. |
JoshRosen
commented
Jan 17, 2016
@blbradley, no need to squash the commits; that happens automatically as part of our PR merge script. |
viirya
commented
Jan 17, 2016
ping @rxin |
viirya
commented
Jan 19, 2016
ping @liancheng@yhuai@rxin Can you see if this fixing is good for you? Thanks. |
blbradley
commented
Jan 21, 2016
This is blocking me. Can we get it merged soon? I'm waiting to submit another PR to fix DecimalType also. |
viirya
commented
Jan 21, 2016
ping @liancheng@yhuai@rxin How do you think about this? Can we merge it now? |
rxin
commented
Jan 22, 2016
Thanks - I've merged this in master and branch-1.6. |
https://issues.apache.org/jira/browse/SPARK-12747 Postgres JDBC driver uses "FLOAT4" or "FLOAT8" not "real". Author: Liang-Chi Hsieh <viirya@gmail.com> Closes#10695 from viirya/fix-postgres-jdbc. (cherry picked from commit 55c7dd0) Signed-off-by: Reynold Xin <rxin@databricks.com>
https://issues.apache.org/jira/browse/SPARK-12747
Postgres JDBC driver uses "FLOAT4" or "FLOAT8" not "real".