Skip to content

Commit 6c82980

Browse files
committed
PECOBLR-86 Improve logging for debug level
1 parent 6a96a49 commit 6c82980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sql/thrift_backend.py

+1
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ def execute_command(
894894
):
895895
assert session_handle is not None
896896

897+
logger.debug(f"ThriftBackend.execute_command(operation={operation}, session_handle={session_handle})")
897898
spark_arrow_types = ttypes.TSparkArrowTypes(
898899
timestampAsArrow=self._use_arrow_native_timestamps,
899900
decimalAsArrow=self._use_arrow_native_decimals,

0 commit comments

Comments
 (0)