You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/07/13 07:52:38 UTC

[GitHub] [incubator-kyuubi] yaooqinn opened a new issue, #3056: [Bug] Incomplete operation for create table with Delta Lake

yaooqinn opened a new issue, #3056:
URL: https://github.com/apache/incubator-kyuubi/issues/3056

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   After successfully create a delta table with ddl below
   ```sql
   CREATE TABLE IF NOT EXISTS kyuubi_delta (
     id INT,
     name STRING,
     org STRING,
     url STRING,
     start TIMESTAMP
   ) USING DELTA
   ```
   
   Then run a simple query 
   
   ```sql
   select * from kyuubi_delta;
   ```
   Error occurs
   
   ```log
   org.apache.spark.sql.AnalysisException: `file:/Users/kentyao/incubator-kyuubi/dist/work/kentyao/spark-warehouse/kyuubi_delta` is not a Delta table.
   ```
   
   Seems that `_delta_log` shall be generated whereas the table location `...spark-warehouse/kyuubi_delta` is empty. 
   
   
   ### Affects Version(s)
   
   master
   
   ### Kyuubi Server Log Output
   
   _No response_
   
   ### Kyuubi Engine Log Output
   
   _No response_
   
   ### Kyuubi Server Configurations
   
   _No response_
   
   ### Kyuubi Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on issue #3056: [Bug] Incomplete operation for create table with Delta Lake

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on issue #3056:
URL: https://github.com/apache/incubator-kyuubi/issues/3056#issuecomment-1182889257

   cc @cfmcgrady can you take a look?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on issue #3056: [Bug] Incomplete operation for create table with Delta Lake

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on issue #3056:
URL: https://github.com/apache/incubator-kyuubi/issues/3056#issuecomment-1183051953

   good luckļ¼ @cfmcgrady 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] cfmcgrady commented on issue #3056: [Bug] Incomplete operation for create table with Delta Lake

Posted by GitBox <gi...@apache.org>.
cfmcgrady commented on issue #3056:
URL: https://github.com/apache/incubator-kyuubi/issues/3056#issuecomment-1182978826

   > cc @cfmcgrady can you take a look?
   
   thank you for ping me.
   I'm a little busy with the mid-year wrap-up right now, I will take a look when I'm free, maybe next week.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org