https://delta.io logo
b

Bhupendra Singh Chauhan(TECH-BLR)

06/01/2023, 12:23 PM
I am exploring delta lake connector. I created a delta lake connector in trino. And created a table but when i am firing query on that new table. Query is going into blocked stage , any idea why it might be happening ?
properties file : connector.name=delta-lake hive.metastore=glue created table inside trino-cli:
Copy code
CREATE TABLE delta.default.boltorderitem_denorm_view_delta4 (
  ->  dummy bigint
  -> )
  -> WITH (
  ->  location = '<s3://jt-prod-deltatable-view/boi_denorm_view/>'
  -> )
but when i am firing query it just stays in running state with 0 split.