dongjoon-hyun commented on PR #47496:
URL: https://github.com/apache/spark/pull/47496#issuecomment-2252953065

   I thought `ThriftServerQueryTestSuite` covers all data sources because it 
extends `SQLQueryTestSuite`.
   > class ThriftServerQueryTestSuite extends SQLQueryTestSuite with 
SharedThriftServer with Logging {
   
   However, indeed, yesterday's one is the first one to add ORC to `inputs` 
directory. Thank you for letting me know this.
   
   ```
   $ git grep ORC
   analyzer-results/sql-on-files.sql.out:CREATE TABLE sql_on_files.test_orc 
USING ORC AS SELECT 1
   inputs/sql-on-files.sql:-- ORC
   inputs/sql-on-files.sql:CREATE TABLE sql_on_files.test_orc USING ORC AS 
SELECT 1;
   results/sql-on-files.sql.out:CREATE TABLE sql_on_files.test_orc USING ORC AS 
SELECT 1
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to