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

DESC command returns wrong data type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 2.3.2
    • None
    • Spark Core
    • None

    Description

      The data type of col_02 is assigned as varchar(256), but desc returns wrong type string.

      create table test_data_type(col_01 bigint, col_02 varchar(256));

      desc test_data_type;

      col_01 bigint NULL
      col_02 string NULL

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              AlberyZJG Zhang Jianguo
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: