You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "wangyum (via GitHub)" <gi...@apache.org> on 2023/08/04 09:14:09 UTC

[GitHub] [spark] wangyum commented on pull request #42336: [SPARK-44669][SQL][HIVE] Parquet/ORC files written using Hive Serde should has file extension

wangyum commented on PR #42336:
URL: https://github.com/apache/spark/pull/42336#issuecomment-1665294859

   Hive also doesn't have file extension:
   ```sql
   hive> CREATE TABLE hive_orc     (id INT, name STRING) STORED AS orc;
   hive> insert into hive_orc   select 1, 'one';
   hive> dfs -ls file:/tmp/yumwang/hivelocal/warehouse/hive_orc;
   Found 1 items
   -rwxr-xr-x   1 yumwang wheel        283 2023-08-04 17:11 file:///tmp/yumwang/hivelocal/warehouse/hive_orc/000000_0
   ```


-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org