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 1ad0ace commit 913da63Copy full SHA for 913da63
src/databricks/sql/backend/thrift_backend.py
@@ -952,6 +952,12 @@ def execute_command(
952
thrift_handle,
953
)
954
955
+ logger.debug(
956
+ "ThriftBackend.execute_command(operation=%s, session_handle=%s)",
957
+ operation,
958
+ session_handle,
959
+ )
960
+
961
spark_arrow_types = ttypes.TSparkArrowTypes(
962
timestampAsArrow=self._use_arrow_native_timestamps,
963
decimalAsArrow=self._use_arrow_native_decimals,
0 commit comments