We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afee423 commit 2d24fddCopy full SHA for 2d24fdd
src/databricks/sql/backend/thrift_backend.py
@@ -946,6 +946,12 @@ def execute_command(
946
thrift_handle,
947
)
948
949
+ logger.debug(
950
+ "ThriftBackend.execute_command(operation=%s, session_handle=%s)",
951
+ operation,
952
+ session_handle,
953
+ )
954
+
955
spark_arrow_types = ttypes.TSparkArrowTypes(
956
timestampAsArrow=self._use_arrow_native_timestamps,
957
decimalAsArrow=self._use_arrow_native_decimals,
0 commit comments