Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-14776 Merge HiveSqlAstBuilder and SparkSqlAstBuilder
  3. SPARK-14885

When creating a CatalogColumn, we should use catalogString of a DataType

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.0
    • SQL
    • None

    Description

      Right now, the data type field of a CatalogColumn is using the string representation. When we create this string from a DataType object, there are places where we use simpleString. Although catalogString is the same as simpleString right now, it is better to use catalogString. So, we will not introduce issues when we change the semantic of simpleString or the implementation of catalogString.

      Attachments

        Activity

          People

            yhuai Yin Huai
            yhuai Yin Huai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: