瀏覽代碼

Table creation in Hive or Impala fails with UnicodeDecodeError: 'ascii' codec can't decode byte #1903
(CDPD-22129)

Mahesh Balakrishnan 4 年之前
父節點
當前提交
13822608d8
共有 2 個文件被更改,包括 852 次插入859 次删除
  1. 851 859
      apps/beeswax/gen-py/TCLIService/ttypes.py
  2. 1 0
      tools/ci/check_for_python_lint.sh

文件差異過大導致無法顯示
+ 851 - 859
apps/beeswax/gen-py/TCLIService/ttypes.py


+ 1 - 0
tools/ci/check_for_python_lint.sh

@@ -26,6 +26,7 @@ files=`git diff --name-only origin/master --diff-filter=b | egrep .py$ | \
   grep -v /migrations/ | \
   grep -v apps/oozie/src/oozie/tests.py | \
   grep -v tools/ops/ | \
+  grep - v apps/beeswax/gen-py/ | \
   grep -v /org_migrations/`
 
 cd $HOME

部分文件因文件數量過多而無法顯示