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
- Remove accidentally committed databricks-jdbc copy submodule
- Clean up protocol-specific comments (replace Thrift/JDBC references with generic descriptions)
- Use static methods in ColumnTypeMapper for stateless operations
- Update SparkConnection to use static ColumnTypeMapper methods
- Update XML doc comments in metadata record classes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
/// The data type definitions based on the <see href="https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.sql/java/sql/Types.html">JDBC Types</see> constants.
111
+
/// The data type definitions based on SQL/CLI specification (ISO/IEC 9075-3).
112
112
/// </summary>
113
113
/// <remarks>
114
-
/// This enumeration can be used to determine the drivers specific data types that are contained in fields <c>xdbc_data_type</c> and <c>xdbc_sql_data_type</c>
114
+
/// This enumeration can be used to determine the driver's specific data types that are contained in fields <c>xdbc_data_type</c> and <c>xdbc_sql_data_type</c>
115
115
/// in the column metadata <see cref="StandardSchemas.ColumnSchema"/>. This column metadata is returned as a result of a call to
0 commit comments