Skip to content

Instantly share code, notes, and snippets.

@moaikids
Created January 31, 2013 03:35
Show Gist options
  • Save moaikids/4679815 to your computer and use it in GitHub Desktop.
Save moaikids/4679815 to your computer and use it in GitHub Desktop.
$ diff {HIVE_0.10.0_HOME}/lib/py/hive_service/ThriftHive.py {HIVE_0.9.0_HOME}/lib/py/hive_service/ThriftHive.py
2c2
< # Autogenerated by Thrift Compiler (0.9.0)
---
> # Autogenerated by Thrift Compiler (0.7.0)
6,7d5
< # options string: py
< #
9c7
< from thrift.Thrift import TType, TMessageType, TException, TApplicationException
---
> from thrift.Thrift import *
345c343
< except HiveServerException as ex:
---
> except HiveServerException, ex:
359c357
< except HiveServerException as ex:
---
> except HiveServerException, ex:
373c371
< except HiveServerException as ex:
---
> except HiveServerException, ex:
387c385
< except HiveServerException as ex:
---
> except HiveServerException, ex:
401c399
< except HiveServerException as ex:
---
> except HiveServerException, ex:
415c413
< except HiveServerException as ex:
---
> except HiveServerException, ex:
429c427
< except HiveServerException as ex:
---
> except HiveServerException, ex:
443c441
< except HiveServerException as ex:
---
> except HiveServerException, ex:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment