Github user marmbrus commented on the pull request:

    https://github.com/apache/spark/pull/8374#issuecomment-135141784
  
    I don't think there is anything in conflict with implementing this in both 
libraries.  Really the redshift library is just a simplified version of this 
since it only needs to handle one dialect (the reason it is its own library is 
because it actually does extra work using S3 to parallel extract data instead 
of using JDBC as the channel).
    
    I'm only suggestion that we use the same option so that users don't have to 
learn two different concepts.  Can we just add some logic like this 
(https://github.com/databricks/spark-redshift/pull/54/files#diff-69806564231efb590460b162532ba683R145)
 in the appropriate dialects here in spark core?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to