Skip to content

Commit 096227b

Browse files
remove excess log statements
merge artifacts Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 18fbb1b commit 096227b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/databricks/sql/backend/thrift_backend.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -946,18 +946,6 @@ def execute_command(
946946
thrift_handle,
947947
)
948948

949-
logger.debug(
950-
"ThriftBackend.execute_command(operation=%s, session_handle=%s)",
951-
operation,
952-
thrift_handle,
953-
)
954-
955-
logger.debug(
956-
"ThriftBackend.execute_command(operation=%s, session_handle=%s)",
957-
operation,
958-
session_handle,
959-
)
960-
961949
spark_arrow_types = ttypes.TSparkArrowTypes(
962950
timestampAsArrow=self._use_arrow_native_timestamps,
963951
decimalAsArrow=self._use_arrow_native_decimals,

0 commit comments

Comments
 (0)