소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.