Skip to content

Commit

Permalink
Updated thrift defs to most recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinkdb committed Sep 11, 2023
1 parent 5ba4438 commit 9f84b9e
Show file tree
Hide file tree
Showing 3 changed files with 3,111 additions and 917 deletions.
7 changes: 0 additions & 7 deletions src/databricks/sql/thrift_api/TCLIService/TCLIService-remote
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ if len(sys.argv) <= 1 or sys.argv[1] == '--help':
print(' TGetDelegationTokenResp GetDelegationToken(TGetDelegationTokenReq req)')
print(' TCancelDelegationTokenResp CancelDelegationToken(TCancelDelegationTokenReq req)')
print(' TRenewDelegationTokenResp RenewDelegationToken(TRenewDelegationTokenReq req)')
print(' TDBSqlGetLoadInformationResp GetLoadInformation(TDBSqlGetLoadInformationReq req)')
print('')
sys.exit(0)

Expand Down Expand Up @@ -251,12 +250,6 @@ elif cmd == 'RenewDelegationToken':
sys.exit(1)
pp.pprint(client.RenewDelegationToken(eval(args[0]),))

elif cmd == 'GetLoadInformation':
if len(args) != 1:
print('GetLoadInformation requires 1 args')
sys.exit(1)
pp.pprint(client.GetLoadInformation(eval(args[0]),))

else:
print('Unrecognized method %s' % cmd)
sys.exit(1)
Expand Down
189 changes: 0 additions & 189 deletions src/databricks/sql/thrift_api/TCLIService/TCLIService.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f84b9e

Please sign in to comment.