[jira] [Commented] (SPARK-5753) add basic support to JDBCRDD for postgresql types: uuid, hstore, and array

2015-12-24 Thread Takeshi Yamamuro (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15070822#comment-15070822
 ] 

Takeshi Yamamuro commented on SPARK-5753:
-

[~rxin] This ticket should be closed because it has already been fixed in 
SPARK-10186.

> add basic support to JDBCRDD for postgresql types: uuid, hstore, and array
> --
>
> Key: SPARK-5753
> URL: https://issues.apache.org/jira/browse/SPARK-5753
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 1.3.0
>Reporter: Ricky Nguyen
>
> I recently saw the new JDBCRDD merged into master. Thanks for that, it works 
> pretty well and is really convenient.
> It would be nice if it could have basic support for a few more types.
> * uuid (as StringType)
> * hstore (as MapType). keys and values are both strings.
> * array (as ArrayType)
> I have a patch that gets started in this direction. Not sure where or how to 
> write/run tests, but I ran manual tests in spark-shell against my postgres db.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-5753) add basic support to JDBCRDD for postgresql types: uuid, hstore, and array

2015-02-19 Thread Evan Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14328449#comment-14328449
 ] 

Evan Yu commented on SPARK-5753:


Ignore this, commit under wrong ticket

 add basic support to JDBCRDD for postgresql types: uuid, hstore, and array
 --

 Key: SPARK-5753
 URL: https://issues.apache.org/jira/browse/SPARK-5753
 Project: Spark
  Issue Type: Improvement
  Components: SQL
Affects Versions: 1.3.0
Reporter: Ricky Nguyen

 I recently saw the new JDBCRDD merged into master. Thanks for that, it works 
 pretty well and is really convenient.
 It would be nice if it could have basic support for a few more types.
 * uuid (as StringType)
 * hstore (as MapType). keys and values are both strings.
 * array (as ArrayType)
 I have a patch that gets started in this direction. Not sure where or how to 
 write/run tests, but I ran manual tests in spark-shell against my postgres db.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-5753) add basic support to JDBCRDD for postgresql types: uuid, hstore, and array

2015-02-11 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14317464#comment-14317464
 ] 

Apache Spark commented on SPARK-5753:
-

User 'lepfhty' has created a pull request for this issue:
https://github.com/apache/spark/pull/4549

 add basic support to JDBCRDD for postgresql types: uuid, hstore, and array
 --

 Key: SPARK-5753
 URL: https://issues.apache.org/jira/browse/SPARK-5753
 Project: Spark
  Issue Type: Improvement
  Components: SQL
Affects Versions: 1.3.0
Reporter: Ricky Nguyen

 I recently saw the new JDBCRDD merged into master. Thanks for that, it works 
 pretty well and is really convenient.
 It would be nice if it could have basic support for a few more types.
 * uuid (as StringType)
 * hstore (as MapType). keys and values are both strings.
 * array (as ArrayType)
 I have a patch that gets started in this direction. Not sure where or how to 
 write/run tests, but I ran manual tests in spark-shell against my postgres db.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org