296537044 opened a new issue #4544: SQL Editor preview error, choose Hive table 
and preview throws error. version is v0.22.1.bug?
URL: https://github.com/apache/incubator-superset/issues/4544
 
 
   SQL Editor preview error, choose Hive table and preview throws error. 
version is v0.22.1.
   
   ### Superset version
   v0.22.1
   
   ### Actual results
   
   Error while compiling statement: FAILED: SemanticException [Error 10008]: 
Line 26:5 Ambiguous table alias '8_1'
   
   ### Steps to reproduce
   add hive DataSource?
   go to SQL Editor page
   select a table like '8_1'
   
   ### what i found.
   i found that after i choose a table like '8_1', front page will post sql 
like that:
   SELECT `vbr`,
          `type`,
          `date`
   FROM `default`.`8_1`,
        default.8_1
   
   here has two table to select,but i just choose one.
   Is this a bug?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to