Re: XML column not supported in Database

2016-01-11 Thread Reynold Xin
Can you file a JIRA ticket? Thanks. The URL is issues.apache.org/jira/browse/SPARK On Mon, Jan 11, 2016 at 1:44 AM, Gaini Rajeshwar < raja.rajeshwar2...@gmail.com> wrote: > Hi All, > > I am using PostgreSQL database. I am using the following jdbc call to > access a customer table (*customer_id

XML column not supported in Database

2016-01-11 Thread Gaini Rajeshwar
Hi All, I am using PostgreSQL database. I am using the following jdbc call to access a customer table (*customer_id int, event text, country text, content xml)* in my database. *val dataframe1 = sqlContext.load("jdbc", Map("url" ->

Re: XML column not supported in Database

2016-01-11 Thread Gaini Rajeshwar
Hi Reynold, I did create a issue in JIRA. It is SPARK-12764 On Tue, Jan 12, 2016 at 4:55 AM, Reynold Xin wrote: > Can you file a JIRA ticket? Thanks. > > The URL is issues.apache.org/jira/browse/SPARK > > On Mon, Jan 11,