-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12747][SQL] Use correct type name for Postgres JDBC's real array #10695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #49147 has finished for PR 10695 at commit
|
|
Test build #49154 has started for PR 10695 at commit |
|
Type mapping for various types *** FAILED *** (1 second, 877 milliseconds) Array(0.11, 0.22) did not equal Array(0.11, 0.22)? |
|
Test build #49209 has finished for PR 10695 at commit
|
|
Test build #49220 has finished for PR 10695 at commit
|
|
Test build #49233 has finished for PR 10695 at commit
|
|
Looks good, but you should squash your commits into one. |
|
@blbradley, no need to squash the commits; that happens automatically as part of our PR merge script. |
|
ping @rxin |
|
ping @liancheng @yhuai @rxin Can you see if this fixing is good for you? Thanks. |
|
This is blocking me. Can we get it merged soon? I'm waiting to submit another PR to fix DecimalType also. |
|
ping @liancheng @yhuai @rxin How do you think about this? Can we merge it now? |
|
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 <[email protected]> Closes #10695 from viirya/fix-postgres-jdbc. (cherry picked from commit 55c7dd0) Signed-off-by: Reynold Xin <[email protected]>
https://issues.apache.org/jira/browse/SPARK-12747
Postgres JDBC driver uses "FLOAT4" or "FLOAT8" not "real".