[ 
https://issues.apache.org/jira/browse/HIVE-25194?focusedWorklogId=607046&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-607046
 ]

ASF GitHub Bot logged work on HIVE-25194:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Jun/21 12:38
            Start Date: 04/Jun/21 12:38
    Worklog Time Spent: 10m 
      Work Description: marton-bod commented on a change in pull request #2348:
URL: https://github.com/apache/hive/pull/2348#discussion_r645536560



##########
File path: 
iceberg/iceberg-handler/src/test/queries/negative/create_iceberg_table_stored_as_with_serdeproperties_failure.q
##########
@@ -0,0 +1,3 @@
+set hive.vectorized.execution.enabled=false;

Review comment:
       Can we add a negative test somewhere to verify that it fails for other 
storage handler types? e.g. stored by kudu stored as orc. Not sure what the 
best place would be to put it




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

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 607046)
    Time Spent: 1h 50m  (was: 1h 40m)

> Add support for STORED AS ORC/PARQUET/AVRO for Iceberg
> ------------------------------------------------------
>
>                 Key: HIVE-25194
>                 URL: https://issues.apache.org/jira/browse/HIVE-25194
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: László Pintér
>            Assignee: László Pintér
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Currently we have to specify the fileformat in TBLPROPERTIES during Iceberg 
> create table statements.
> The ideal syntax would be:
> CREATE TABLE tbl STORED BY ICEBERG STORED AS ORC ...
> One complication is that currently stored by and stored as are not permitted 
> within the same query, so that needs to be amended.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to