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

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

                Author: ASF GitHub Bot
            Created on: 26/May/21 09:24
            Start Date: 26/May/21 09:24
    Worklog Time Spent: 10m 
      Work Description: pvary commented on a change in pull request #2317:
URL: https://github.com/apache/hive/pull/2317#discussion_r639553457



##########
File path: 
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerNoScan.java
##########
@@ -239,6 +240,36 @@ public void testCreateDropTableNonDefaultCatalog() throws 
TException, Interrupte
     );
   }
 
+  @Test
+  public void testCreateTableStoredByIceberg() {
+    TableIdentifier identifier = TableIdentifier.of("default", "customers");
+    String query = String.format("CREATE EXTERNAL TABLE customers (customer_id 
BIGINT, first_name STRING, last_name " +
+        "STRING) STORED BY %s %s TBLPROPERTIES ('%s'='%s')",
+        "ICEBERG",

Review comment:
       I would change most of the test to `STORED BY ICEBERG` and keep only a 
few with the original class name.
   Also I would like to try out `stored by iCeBerG`




-- 
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: 602202)
    Time Spent: 20m  (was: 10m)

> Add support for CREATE TABLE ... STORED BY ICEBERG statements
> -------------------------------------------------------------
>
>                 Key: HIVE-25162
>                 URL: https://issues.apache.org/jira/browse/HIVE-25162
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: László Pintér
>            Assignee: László Pintér
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




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

Reply via email to