Uploaded image for project: 'CarbonData'
  1. CarbonData
  2. CARBONDATA-280

when table properties is repeated it only set the last one

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.1.1-incubating
    • 0.2.0-incubating
    • sql
    • None

    Description

      when table properties is repeated it only set the last one:
      For example,
      CREATE TABLE IF NOT EXISTS carbontable
      (ID Int, date Timestamp, country String,
      name String, phonetype String, serialname String, salary Int)
      STORED BY 'carbondata'
      TBLPROPERTIES('DICTIONARY_EXCLUDE'='country','DICTIONARY_INCLUDE'='ID',
      'DICTIONARY_EXCLUDE'='phonetype', 'DICTIONARY_INCLUDE'='salary')

      only salary is set to DICTIONARY_INCLUDE and only phonetype is set to DICTIONARY_EXCLUDE.

      Attachments

        Issue Links

          Activity

            People

              zhangshunyu zhangshunyu
              zhangshunyu zhangshunyu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: