lefebsy commented on issue #32: URL: https://github.com/apache/polaris/issues/32#issuecomment-2548437079
> @lefebsy, The run_spark_sql_s3compatible.sh execute this 'queries-for-spark.sql'. However, the query has problem with this statement: CREATE OR REPLACE VIEW db1.ns2.view1 ( line_count COMMENT 'Count of lines') AS SELECT COUNT(1) as qty FROM db1.ns1.table1; > > Error: Polaris catalog does not support views. > > I removed below lines from queries-for-spark.sql so that it can proceed to create db2 in warehouse2 bucket. > > CREATE OR REPLACE VIEW db1.ns2.view1 ( line_count COMMENT 'Count of lines') AS SELECT COUNT(1) as qty FROM db1.ns1.table1; SELECT * FROM db1.ns2.view1; INSERT INTO db1.ns1.table1 VALUES (13, 23); SELECT * FROM db1.ns2.view1; Hello, Thank you for this feedback. Do you think that the problem about views could be related to some restriction in the RoleArn you are testing ? Because this PR is focusing on storage implementation, it is far from Polaris or Iceberg code related to view support (and views are supported by Polaris) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
