You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three statement-option / param-type additions where the kernel + napi were
already ready but the node SEA layer didn't expose them:
- rowLimit: new `ExecuteStatementOptions.rowLimit` → napi `rowLimit`
(SEA `row_limit`). SEA-only server-side cap; Thrift has no execute-time cap.
- statementConf: new `ExecuteStatementOptions.statementConf` → napi
`statementConf` (SEA `statement_conf`), the Thrift `confOverlay` equivalent.
Generalises the existing query_tags serialisation so a caller-supplied
statementConf and queryTags merge into one conf map (queryTags already
forwarded upstream).
- TIMESTAMP_NTZ / TIMESTAMP_LTZ: added to `DBSQLParameterType` so callers can
bind timezone-explicit timestamp params. `toSparkParameter` already honours
an explicit type and `SeaPositionalParams` passes the SQL type verbatim to
the kernel codec (which has the NTZ/LTZ arms).
Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>
0 commit comments