Uh oh!
There was an error while loading. Please reload this page.
[SPARK-21362][SQL][Adding Apache Drill JDBC Dialect] - #18607
Conversation
radford1
commented
Jul 14, 2017
I'm very new to this but was just wondering if there is anything else I should do to help with this pull request or does it just take more time? |
SparkQA
commented
Jul 14, 2017
Test build #3842 has finished for PR 18607 at commit
|
gatorsmile
commented
Jul 20, 2017
Could you also add the docker-based test suite, like what we did in https://github.com/apache/spark/pull/9893/files? |
| package org.apache.spark.sql.jdbc | ||
| import java.sql.Types |
| import java.sql.Types | ||
| import org.apache.spark.sql.types.{BooleanType, DataType, LongType, MetadataBuilder} |
There was a problem hiding this comment.
These imports are not used, I will remove them. I'll also look at adding the docker tests suggested by @gatorsmile
radford1
commented
Aug 3, 2017
@viira can you review for me again please |
viirya
commented
Aug 3, 2017
@radford1 Have you added the test as suggested by @gatorsmile? |
radford1
commented
Aug 7, 2017
@viirya I have not had a chance to build out the docker tests like @gatorsmile suggested. Will that be a requirement in order to merge it? |
gatorsmile
commented
Aug 7, 2017
@radford1 Yes. That is needed for merging this PR. Could you check it? Thanks! |
rxin
commented
Aug 7, 2017
Unfortunately I think drill is not popular enough to warrant inclusion in here yet. If this is not extensible, we should make it possible to include such mappings outside Spark and then perhaps Drill can just package this (or any 3rd party on github). |
radford1
commented
Aug 8, 2017
@gatorsmile Understood I'll work on including them. |
rxin
commented
Aug 8, 2017
We can just put this code in a 3rd party library, can't we? If there is an issue with service/code discovery, we can come up with some sort of registration process similar to the data source API. |
gatorsmile
commented
Oct 23, 2017
Could we please close this PR? Thanks! |
Closesapache#11494Closesapache#14158Closesapache#16803Closesapache#16864Closesapache#17455Closesapache#17936Closesapache#19377 Added: Closesapache#19380Closesapache#18642Closesapache#18377Closesapache#19632 Added: Closesapache#14471Closesapache#17402Closesapache#17953Closesapache#18607 Also cc srowen vanzin HyukjinKwon gatorsmile cloud-fan to see if you have other PRs to close. Author: Xingbo Jiang <xingbo.jiang@databricks.com> Closesapache#19669 from jiangxb1987/stale-prs.
What changes were proposed in this pull request?
Adding Apache Drill to the JDBC Dialect
How was this patch tested?
I tested this manually by building and using RStudio to connect to the spark server and running a query against an apache drill cluster
the contribution is my original work and that I license the work to the project under the project’s open source license
Please review http://spark.apache.org/contributing.html before opening a pull request.