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

some time Spark-sql and beeline operation is not being reflected to each other.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • None
    • None

    Description

      To realize this issue follow these steps :

      Scenario: 1

      1. open spark-sql and beeline.

      2. create main table in spark-sql

      3. create preaggreagate table in beeline.

      4. drop main table in spark-sql.

      5. perform 'show tables' operation . PreAggregate table is still not deleted.

       

      Scenario: 2

      perform following operation in same session:
      create table t5 (c1 string, c2 int) stored by 'carbondata'
      insert into t5 select 'asd',1
      alter table t5 rename to t6
      create table t5 (c1 string, c2 int,c3 string) stored by 'carbondata'
      insert into t5 select 'asd',1,'sdf' (query is failing)

       

       

      Attachments

        Issue Links

          Activity

            People

              rahulknoldus Rahul Kumar
              rahulknoldus Rahul Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h