Skip to content

Commit dcfa358

Browse files
authored
[PECO-1055] Updated thrift defs to allow Tsparkparameters (#220)
Updated thrift defs to most recent versions
1 parent 5ba4438 commit dcfa358

File tree

3 files changed

+3111
-917
lines changed

3 files changed

+3111
-917
lines changed

src/databricks/sql/thrift_api/TCLIService/TCLIService-remote

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ if len(sys.argv) <= 1 or sys.argv[1] == '--help':
4545
print(' TGetDelegationTokenResp GetDelegationToken(TGetDelegationTokenReq req)')
4646
print(' TCancelDelegationTokenResp CancelDelegationToken(TCancelDelegationTokenReq req)')
4747
print(' TRenewDelegationTokenResp RenewDelegationToken(TRenewDelegationTokenReq req)')
48-
print(' TDBSqlGetLoadInformationResp GetLoadInformation(TDBSqlGetLoadInformationReq req)')
4948
print('')
5049
sys.exit(0)
5150

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

254-
elif cmd == 'GetLoadInformation':
255-
if len(args) != 1:
256-
print('GetLoadInformation requires 1 args')
257-
sys.exit(1)
258-
pp.pprint(client.GetLoadInformation(eval(args[0]),))
259-
260253
else:
261254
print('Unrecognized method %s' % cmd)
262255
sys.exit(1)

src/databricks/sql/thrift_api/TCLIService/TCLIService.py

Lines changed: 0 additions & 189 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)