浏览代码

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

部分文件因为文件数量过多而无法显示