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

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

                Author: ASF GitHub Bot
            Created on: 05/Aug/21 07:54
            Start Date: 05/Aug/21 07:54
    Worklog Time Spent: 10m 
      Work Description: pvary commented on a change in pull request #2558:
URL: https://github.com/apache/hive/pull/2558#discussion_r683216671



##########
File path: 
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergTypes.java
##########
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.iceberg.mr.hive;
+
+import java.io.IOException;
+import java.math.BigDecimal;
+import java.util.List;
+import java.util.Map;
+import org.apache.iceberg.Schema;
+import org.apache.iceberg.data.GenericRecord;
+import org.apache.iceberg.data.Record;
+import org.apache.iceberg.mr.TestHelper;
+import org.apache.iceberg.types.Types;
+import org.junit.Assert;
+import org.junit.Test;
+
+import static org.apache.iceberg.types.Types.NestedField.required;
+
+public class TestHiveIcebergTypes extends 
TestHiveIcebergStorageHandlerWithEngine {

Review comment:
       Maybe a few lines of comments what tests we expect for most of the new 
classes?




-- 
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: gitbox-unsubscr...@hive.apache.org

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


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

    Worklog Id:     (was: 633982)
    Time Spent: 40m  (was: 0.5h)

> Break up TestHiveIcebergStorageHandlerWithEngine test
> -----------------------------------------------------
>
>                 Key: HIVE-25422
>                 URL: https://issues.apache.org/jira/browse/HIVE-25422
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ádám Szita
>            Assignee: Ádám Szita
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> TestHiveIcebergStorageHandlerWithEngine tests the Iceberg-Hive integration by 
> running queries against Iceberg-backed tables. This is a parameterized test, 
> so that each file format, each table type, and vectorization on/off scenarios 
> are covered, while it is testing different functionalities too.
> This ticket will track the effort to break this test class into smaller 
> chunks, as in the recent past we have observed cases where this test couldn't 
> even be executed for memory/process problem reasons.



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

Reply via email to