You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/14 19:31:47 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #1144: 【Spark3】 Could not run "select * from db1.tab2.history" to get table history.

RussellSpitzer commented on issue #1144:
URL: https://github.com/apache/iceberg/issues/1144#issuecomment-658370891


   Based on the location of your error it seems you are running Spark 3.0.0-preview2 (or another pre 3.0.0) release.
   
   https://github.com/apache/spark/blob/v3.0.0-preview2/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala#L877
   
    Those versions did not fully support and had some bugs with the multi-part identifiers. In particular you hit an assertion that was trying to enforce that the namespace contained only a single  element. 
   
   Try the official Spark 3.0.0 release.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org