You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2019/03/26 14:15:54 UTC

[hive] 02/02: HIVE-21423: Do not check for whitespace issues in generated code (Miklos Gergely via Zoltan Haindrich)

This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 383c70ca80a33f264dfb396a4b810769707222bc
Author: Miklos Gergely <mg...@hortonworks.com>
AuthorDate: Tue Mar 26 15:06:04 2019 +0100

    HIVE-21423: Do not check for whitespace issues in generated code (Miklos Gergely via Zoltan Haindrich)
    
    Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>
---
 dev-support/hive-personality.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/hive-personality.sh b/dev-support/hive-personality.sh
index c6570d4..dd227e2 100644
--- a/dev-support/hive-personality.sh
+++ b/dev-support/hive-personality.sh
@@ -38,9 +38,9 @@ function personality_globals
   #shellcheck disable=SC2034
   FINDBUGS_SKIP_MAVEN_SOURCE_CHECK=true
   #shellcheck disable=SC2034
-  WHITESPACE_EOL_IGNORE_LIST='.*.q.out'
+  WHITESPACE_EOL_IGNORE_LIST=('.*.q.out' '.*/gen/thrift/gen-javabean/.*')
   #shellcheck disable=SC2034
-  WHITESPACE_TABS_IGNORE_LIST='.*.q.out'
+  WHITESPACE_TABS_IGNORE_LIST=('.*.q.out' '.*/gen/thrift/gen-javabean/.*')
 }
 
 ## @description  Queue up modules for this personality