Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-15648

add TeradataDialect

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.6.1
    • 2.3.0
    • SQL
    • None
    • Teardata database

    Description

      I found that Teradata does not have the Dialect in spark.So I want to add the TeradataDialect.scala in package org.apache.spark.sql.jdbc to support Teradata database better.
      I override three functions in TeradataDialect.scala:
      1.The url: jdbc:teradata
      2.The JDBCType:Teradata database does not support "TEXT",so we replace it with "VARCHAR(255)".Also we replace "BLOB" with "VARBYTE(4)".
      3.Teradata database does not support sql like "LIMIT 1",so we replace it with "TOP 1".

      Attachments

        Activity

          People

            kjlinvill@gmail.com Kirby Linvill
            lihongli lihongli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: