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

Incorrect exception when deleting streaming table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • 1.4.0
    • None
    • spark-integration
    • None

    Description

       

      Incorrect exception when deleting streaming table 

       

      test("test blocking update and delete operation on streaming table")

      { // sql("""UPDATE source d SET (d.c2) = (d.c2 + 1) WHERE d.c1 = 'a'""").show() sql("""DELETE FROM source WHERE d.c1 = 'a'""").show() }

      Date delete is not allowed for streaming table

       

      exception should be 

      Data delete is not allowed for streaming table

       

      Attachments

        Activity

          People

            anubhavtarar anubhav tarar
            anubhavtarar anubhav tarar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: