Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string datatypes to Oracle VARCHAR datatype mapping #11489

Closed

Commits on Feb 22, 2016

  1. Adding new test suite for [SPARK-12941][SQL]

    Added this new integration suite for creating the docker based test suite for the bug fix in SPARK-12941
    thomastechs committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    52ac008 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml for [SPARK-12941] docker test suite addition

    Updated this pom.xml with the ojdbc jar related dependency to test the OracleIntegrationSuite related to SPARK-12941 bug fix
    thomastechs committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    b711688 View commit details
    Browse the repository at this point in the history
  3. Update DockerJDBCIntegrationSuite.scala for [SPARK-12941] docker test…

    … suite addition
    
    Updated DockerJDBCIntegrationSuite.scala with the time out interval, as it is required to be atleast 200 sec for Oracle instance to be up
    thomastechs committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    c2c6d14 View commit details
    Browse the repository at this point in the history
  4. Update OracleDialect.scala for [SPARK-12941] docker test suite addition

    Updated OracleDialect.scala for [SPARK-12941]  for the fix of adding a data type mapping to Oracle
    thomastechs committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    54b2d4e View commit details
    Browse the repository at this point in the history
  5. Update OracleIntegrationSuite.scala for [SPARK-12941] docker test sui…

    …te addition
    
    Updated  OracleIntegrationSuite.scala for [SPARK-12941]  with Oracle Docker test cases
    thomastechs committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    bde06fa View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Update OracleIntegrationSuite.scala for [SPARK-12941] Style check fix…

    …es and ignore test case
    
    Updated the file with style check fixes and ignore test cases, as the ojdbc jar is not present in the maven.
    thomastechs committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    0861d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7ef4e View commit details
    Browse the repository at this point in the history
  3. Update OracleIntegrationSuite.scala for [SPARK-12941] Style check fixes

    Updated the order of imports
    thomastechs committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    28a9e9f View commit details
    Browse the repository at this point in the history
  4. Update pom.xml

    Updating this pom.xml to comment the changes related oracle ojdbc jar dependency as the maven repository does not contain this.
    thomastechs committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    87e3d7f View commit details
    Browse the repository at this point in the history
  5. Update OracleIntegrationSuite.scala

    Updated the OracleIntegrationSuite.scala with the doc and override method
    thomastechs committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    7b12418 View commit details
    Browse the repository at this point in the history
  6. Update OracleIntegrationSuite.scala

    updated doc
    thomastechs committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    250591d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d77d585 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Update OracleIntegrationSuite.scala for [SPARK-12941] Updated Comments

    Updated OracleIntegrationSuite.scala for [SPARK-12941] for the edits in the comments section
    thomastechs committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    7fcb16c View commit details
    Browse the repository at this point in the history
  2. Update pom.xml for [SPARK-12941] added comments

    Added comments on why the oracle dependency was commented out
    thomastechs committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    b3de7f4 View commit details
    Browse the repository at this point in the history
  3. Update DockerJDBCIntegrationSuite.scala

    Updated DockerJDBCIntegrationSuite.scala- Reverted the timeout and interval parameter to 60 and 1. This would be required to be increased for Oracle based testing.
    thomastechs committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    345555f View commit details
    Browse the repository at this point in the history
  4. Updated OracleIntegrationSuite.scala

    Updated the comments about the time interval change required in DockerJDBCIntegrationSuite.scala when testing with Oracle tests
    thomastechs committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    3f0f3b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Configuration menu
    Copy the full SHA
    5683dca View commit details
    Browse the repository at this point in the history
  2. Update JDBCSuite.scala [SPARK-12941][Master]

    Adding a test suite for the SPARK 12941 for the testing of the StringType mapping to Oracle Varchar
    thomastechs committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    3ba7dc5 View commit details
    Browse the repository at this point in the history