Browse Source

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

Mahesh Balakrishnan 4 years ago
parent
commit
13822608d8
2 changed files with 852 additions and 859 deletions
  1. 851 859
      apps/beeswax/gen-py/TCLIService/ttypes.py
  2. 1 0
      tools/ci/check_for_python_lint.sh

File diff suppressed because it is too large
+ 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 /migrations/ | \
   grep -v apps/oozie/src/oozie/tests.py | \
   grep -v apps/oozie/src/oozie/tests.py | \
   grep -v tools/ops/ | \
   grep -v tools/ops/ | \
+  grep - v apps/beeswax/gen-py/ | \
   grep -v /org_migrations/`
   grep -v /org_migrations/`
 
 
 cd $HOME
 cd $HOME

Some files were not shown because too many files changed in this diff