Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 60DFB200C34 for ; Mon, 27 Feb 2017 21:25:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5F81F160B60; Mon, 27 Feb 2017 20:25:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A977B160B5B for ; Mon, 27 Feb 2017 21:25:56 +0100 (CET) Received: (qmail 984 invoked by uid 500); 27 Feb 2017 20:25:56 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 974 invoked by uid 99); 27 Feb 2017 20:25:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 20:25:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 583CDC05B9 for ; Mon, 27 Feb 2017 20:25:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.547 X-Spam-Level: X-Spam-Status: No, score=-1.547 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id F7164OZeRjDl for ; Mon, 27 Feb 2017 20:25:54 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E37AF5F56F for ; Mon, 27 Feb 2017 20:25:53 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EA8F7E028F for ; Mon, 27 Feb 2017 20:25:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0E2442412D for ; Mon, 27 Feb 2017 20:25:46 +0000 (UTC) Date: Mon, 27 Feb 2017 20:25:46 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14990) run all tests for MM tables and fix the issues that are found MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Feb 2017 20:25:57 -0000 [ https://issues.apache.org/jira/browse/HIVE-14990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14990: ------------------------------------ Attachment: HIVE-14990.16.patch After fixing a DP stats issue > run all tests for MM tables and fix the issues that are found > ------------------------------------------------------------- > > Key: HIVE-14990 > URL: https://issues.apache.org/jira/browse/HIVE-14990 > Project: Hive > Issue Type: Sub-task > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-14990.01.patch, HIVE-14990.02.patch, HIVE-14990.03.patch, HIVE-14990.04.patch, HIVE-14990.04.patch, HIVE-14990.05.patch, HIVE-14990.05.patch, HIVE-14990.06.patch, HIVE-14990.06.patch, HIVE-14990.07.patch, HIVE-14990.08.patch, HIVE-14990.09.patch, HIVE-14990.10.patch, HIVE-14990.10.patch, HIVE-14990.10.patch, HIVE-14990.12.patch, HIVE-14990.13.patch, HIVE-14990.14.patch, HIVE-14990.15.patch, HIVE-14990.16.patch, HIVE-14990.patch > > > Expected failures > 1) All HCat tests (cannot write MM tables via the HCat writer) > 2) Almost all merge tests (alter .. concat is not supported). > 3) Tests that run dfs commands with specific paths (path changes). > 4) Truncate column (not supported). > 5) Describe formatted will have the new table fields in the output (before merging MM with ACID). > 6) Many tests w/explain extended - diff in partition "base file name" (path changes). > 7) TestTxnCommands - all the conversion tests, as they check for bucket count using file lists (path changes). > 8) HBase metastore tests cause methods are not implemented. > 9) Some load and ExIm tests that export a table and then rely on specific path for load (path changes). > 10) Bucket map join/etc. - diffs; disabled the optimization for MM tables due to how it accounts for buckets > 11) rand - different results due to different sequence of processing. > 12) many (not all i.e. not the ones with just one insert) tests that have stats output, such as file count, for obvious reasons > 13) materialized views, not handled by design - the test check erroneously makes them "mm", no easy way to tell them apart, I don't want to plumb more stuff thru just for this test > I'm filing jiras for some test failures that are not obvious and need an investigation later -- This message was sent by Atlassian JIRA (v6.3.15#6346)