Skip to content

Commit 22ec075

Browse files
authored
Strip internal files (#545)
1 parent 59ad6ab commit 22ec075

File tree

123 files changed

+1380
-759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1380
-759
lines changed

src/main/java/com/databricks/jdbc/dbclient/impl/thrift/TCLIService.thrift

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ struct TStringValue {
174174
1: optional string value
175175
}
176176
union TColumnValue {
177-
1: TBoolValue boolVal
178-
2: TByteValue byteVal
179-
3: TI16Value i16Val
180-
4: TI32Value i32Val
181-
5: TI64Value i64Val
182-
6: TDoubleValue doubleVal
183-
7: TStringValue stringVal
177+
1: TBoolValue boolVal
178+
2: TByteValue byteVal
179+
3: TI16Value i16Val
180+
4: TI32Value i32Val
181+
5: TI64Value i64Val
182+
6: TDoubleValue doubleVal
183+
7: TStringValue stringVal
184184
}
185185
struct TRow {
186186
1: required list<TColumnValue> colVals
@@ -218,14 +218,14 @@ struct TBinaryColumn {
218218
2: required binary nulls
219219
}
220220
union TColumn {
221-
1: TBoolColumn boolVal
222-
2: TByteColumn byteVal
223-
3: TI16Column i16Val
224-
4: TI32Column i32Val
225-
5: TI64Column i64Val
226-
6: TDoubleColumn doubleVal
227-
7: TStringColumn stringVal
228-
8: TBinaryColumn binaryVal
221+
1: TBoolColumn boolVal
222+
2: TByteColumn byteVal
223+
3: TI16Column i16Val
224+
4: TI32Column i32Val
225+
5: TI64Column i64Val
226+
6: TDoubleColumn doubleVal
227+
7: TStringColumn stringVal
228+
8: TBinaryColumn binaryVal
229229
}
230230
enum TSparkRowSetType {
231231
ARROW_BASED_SET,
@@ -245,8 +245,8 @@ struct TDBSqlCsvFormat {
245245
1: optional TDBSqlCompressionCodec compressionCodec
246246
}
247247
enum TDBSqlArrowLayout {
248-
ARROW_BATCH,
249-
ARROW_STREAMING
248+
ARROW_BATCH,
249+
ARROW_STREAMING
250250
}
251251
struct TDBSqlArrowFormat {
252252
1: optional TDBSqlArrowLayout arrowLayout
@@ -351,8 +351,8 @@ enum TStatusCode {
351351
struct TStatus {
352352
1: required TStatusCode statusCode
353353
2: optional list<string> infoMessages
354-
3: optional string sqlState
355-
4: optional i32 errorCode
354+
3: optional string sqlState
355+
4: optional i32 errorCode
356356
5: optional string errorMessage
357357
6: optional string displayMessage
358358
0x501: optional string errorDetailsJson
@@ -516,7 +516,6 @@ struct TExecuteStatementReq {
516516
1: required TSessionHandle sessionHandle
517517
2: required string statement
518518
3: optional map<string, string> confOverlay
519-
(deprecated)
520519
4: optional bool runAsync = false
521520
0x501: optional TSparkGetDirectResults getDirectResults
522521
5: optional i64 queryTimeout = 0
@@ -529,8 +528,6 @@ struct TExecuteStatementReq {
529528
0x508: optional TSparkParameterList parameters
530529
0x509: optional i64 maxBytesPerBatch
531530
0x510: optional TStatementConf statementConf
532-
0xD07: optional TResultPersistenceMode resultPersistenceMode
533-
0xD10: optional bool enforceResultPersistenceMode
534531
}
535532
struct TDBSqlStatement {
536533
1: optional string statement
@@ -540,11 +537,17 @@ union TSparkParameterValue {
540537
2: double doubleValue
541538
3: bool booleanValue
542539
}
540+
struct TSparkParameterValueArg {
541+
1: optional string type
542+
2: optional string value
543+
3: optional list<TSparkParameterValueArg> arguments
544+
}
543545
struct TSparkParameter {
544546
1: optional i32 ordinal
545547
2: optional string name
546548
3: optional string type
547549
4: optional TSparkParameterValue value
550+
5: optional list<TSparkParameterValueArg> arguments
548551
}
549552
typedef list<TSparkParameter> TSparkParameterList
550553
struct TStatementConf {
@@ -679,9 +682,8 @@ struct TGetOperationStatusResp {
679682
2: optional TOperationState operationState
680683
3: optional string sqlState
681684
4: optional i32 errorCode
682-
685+
683686
5: optional string errorMessage
684-
(deprecated)
685687
6: optional string taskStatus
686688
7: optional i64 operationStarted
687689
8: optional i64 operationCompleted

src/main/java/com/databricks/jdbc/model/client/thrift/generated/TArrayTypeEntry.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/databricks/jdbc/model/client/thrift/generated/TBinaryColumn.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/databricks/jdbc/model/client/thrift/generated/TBoolColumn.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/databricks/jdbc/model/client/thrift/generated/TBoolValue.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/databricks/jdbc/model/client/thrift/generated/TByteColumn.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/databricks/jdbc/model/client/thrift/generated/TByteValue.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)