Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-21061

CTAS query fails with IllegalStateException for empty source

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.0
    • 4.0.0-alpha-1
    • Hive
    • None
    • Reviewed

    Description

      Creating a table using CTAS from an empty source table with predicate condition evaluating to False

      create table testctas1 (id int);
      create table testctas2 as select * from testctas1 where 1=2;
      

      Fails with below exception:

      Caused by: java.lang.IllegalStateException: null
       at com.google.common.base.Preconditions.checkState(Preconditions.java:159)
       at org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer$VectorizationDispatcher.verifyAndSetVectorPartDesc(Vectorizer.java:1312)
       at org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer$VectorizationDispatcher.validateInputFormatAndSchemaEvolution(Vectorizer.java:1654)
       at org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer$VectorizationDispatcher.validateAndVectorizeMapWork(Vectorizer.java:1865)
       at org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer$VectorizationDispatcher.convertMapWork(Vectorizer.java:1109)
       at org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer$VectorizationDispatcher.dispatch(Vectorizer.java:961)
       at org.apache.hadoop.hive.ql.lib.TaskGraphWalker.dispatch(TaskGraphWalker.java:111)
       at org.apache.hadoop.hive.ql.lib.TaskGraphWalker.walk(TaskGraphWalker.java:180)
       at org.apache.hadoop.hive.ql.lib.TaskGraphWalker.startWalking(TaskGraphWalker.java:125)
       at org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer.resolve(Vectorizer.java:2442)
       at org.apache.hadoop.hive.ql.parse.TezCompiler.optimizeTaskPlan(TezCompiler.java:717)
       at org.apache.hadoop.hive.ql.parse.TaskCompiler.compile(TaskCompiler.java:258)
       at org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:12443)
       at org.apache.hadoop.hive.ql.parse.CalcitePlanner.analyzeInternal(CalcitePlanner.java:358)
       at org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:285)
       at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:664)
       at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1863)
       at org.apache.hadoop.hive.ql.Driver.compileAndRespond(Driver.java:1810)
       at org.apache.hadoop.hive.ql.Driver.compileAndRespond(Driver.java:1805)
       at org.apache.hadoop.hive.ql.reexec.ReExecDriver.compileAndRespond(ReExecDriver.java:126)
       at org.apache.hive.service.cli.operation.SQLOperation.prepare(SQLOperation.java:197)
       ... 36 more
      
      

       

       

       

      Attachments

        1. HIVE-21061.patch
          1 kB
          Riju Trivedi
        2. HIVE-21061.1.patch
          4 kB
          Riju Trivedi
        3. HIVE-21061.2.patch
          4 kB
          Riju Trivedi
        4. HIVE-21061.2.patch
          4 kB
          Riju Trivedi

        Activity

          People

            rtrivedi12 Riju Trivedi
            rtrivedi12 Riju Trivedi
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: