Skip to content

Commit c8a8045

Browse files
committed
PECOBLR-86 Improve logging for debug level
Signed-off-by: Sai Shree Pradhan <[email protected]>
1 parent 489c82d commit c8a8045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sql/thrift_backend.py

Lines changed: 1 addition & 0 deletions
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)