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

Set streaming=false not working for streaming table.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.5.1
    • None
    • data-query
    • None
    • Spark2.1

    Description

      1. Create streaming table.

      CREATE TABLE table_st(CUST_ID String,CUST_NAME String) STORED BY 'org.apache.carbondata.format' TBLPROPERTIES('streaming'='true');

      2. Alter table to set 'streaming'='false'

      alter table table_st set tblproperties('streaming'='false');

      Alter table throws below exception

      Error: org.apache.carbondata.common.exceptions.sql.MalformedCarbonCommandException: Streaming property can not be changed once it is 'true' (state=,code=0)

      Attachments

        Issue Links

          Activity

            People

              jackylk Jacky Li
              pawanmalwal Pawan Malwal
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: