The progress of DataSourceV2 based connector for JDBC?

2020-12-25 Thread Chang Chen
Hi All

Is there any plan for supporting JDBC DataSourceV2?

I noticed this PR(https://github.com/apache/spark/pull/25211) but was
closed a year ago.

@Wenchen Fan  already implemented some basic catalog
functionality, so we can using datasource v2 by SQL, for example:

select * from h2.db.table.

But this is inconvenient  for  case where we have to use API, and let up
level pass the parameters to create concrete Relation.


Re: The progress of DataSourceV2 based connector for JDBC?

2020-12-25 Thread Maxim Gekk
Hi Chang Chen,

You can track progress in the umbrella JIRA:
https://issues.apache.org/jira/browse/SPARK-24907

Maxim Gekk

Software Engineer

Databricks, Inc.


On Fri, Dec 25, 2020 at 1:01 PM Chang Chen  wrote:

> Hi All
>
> Is there any plan for supporting JDBC DataSourceV2?
>
> I noticed this PR(https://github.com/apache/spark/pull/25211) but was
> closed a year ago.
>
> @Wenchen Fan  already implemented some basic catalog
> functionality, so we can using datasource v2 by SQL, for example:
>
> select * from h2.db.table.
>
> But this is inconvenient  for  case where we have to use API, and let up
> level pass the parameters to create concrete Relation.
>