[
https://issues.apache.org/jira/browse/HIVE-25162?focusedWorklogId=602772&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602772
]
ASF GitHub Bot logged work on HIVE-25162:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/May/21 07:47
Start Date: 27/May/21 07:47
Worklog Time Spent: 10m
Work Description: marton-bod commented on a change in pull request #2317:
URL: https://github.com/apache/hive/pull/2317#discussion_r640370818
##########
File path:
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerNoScan.java
##########
@@ -462,7 +493,7 @@ public void testCreateTableWithNotSupportedTypes() {
"Unsupported Hive type", () -> {
shell.executeStatement("CREATE EXTERNAL TABLE not_supported_types
" +
"(not_supported " + notSupportedType + ") " +
- "STORED BY
'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler' " +
+ "STORED BY ICEBERG " +
Review comment:
Did we leave some test cases with the orginal syntax `STORED BY
'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler'` to make sure it's still
working?
--
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 602772)
Time Spent: 1.5h (was: 1h 20m)
> 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: 1.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)