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 18fbb1b commit 096227bCopy full SHA for 096227b
src/databricks/sql/backend/thrift_backend.py
@@ -946,18 +946,6 @@ def execute_command(
946
thrift_handle,
947
)
948
949
- logger.debug(
950
- "ThriftBackend.execute_command(operation=%s, session_handle=%s)",
951
- operation,
952
- thrift_handle,
953
- )
954
-
955
956
957
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