Github user thomastechs commented on the pull request:

    https://github.com/apache/spark/pull/10912#issuecomment-186040230
  
    @yhuai  and @JoshRosen 
    Sorry for the delay. I was working with @jayadevanmurali to bring up the 
docker based test suite for master branch.
    We are able to create the test case with OracleIntegrationSuite and 
successfully tested this fix in our local environment.The version we used is 
Oracle 11g:, and used the docker image from wnameless/oracle-xe-11g.
    We tried to build using maven repository for the ojdbc jar required for 
this fix.Added the dependency like below in the pom file (docker integration 
project).
       <dependency>
                <groupId>com.oracle</groupId>
                <artifactId>ojdbc6</artifactId>
                <version>11.2.0.2.0</version>
               <scope>test</scope>
        </dependency>
    But there was no corresponding ojdbc jar in the maven repository. So we had 
to manually download it to the local and build it.
    So, if we create a pull request, how these jar to be uploaded?



---
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