3.0.2.0
Improvements
- Enhanced parameter validation for methods such as
Session.run. - Added tryReconnectNums parameter to
Session.connectmethod andDBConnectionPoolconstructor to set reconnection attempts. - Added sqlStd parameter to
SessionandDBConnectionPoolconstructors to specify server-side SQL dialect. - Changed default protocol in
SessionandDBConnectionPoolconstructors from PROTOCOL_PICKLE to PROTOCOL_DDB. - When uploading a pandas.DataFrame, columns of string[pyarrow] type can now be specified as SYMBOL type.
- Added new parameters readTimeout and writeTimeout to
Session.connectto specify API read and write timeouts.