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 1e1cf1e commit b408c2cCopy full SHA for b408c2c
src/databricks/sql/backend/thrift_backend.py
@@ -936,6 +936,12 @@ def execute_command(
936
thrift_handle,
937
)
938
939
+ logger.debug(
940
+ "ThriftBackend.execute_command(operation=%s, session_handle=%s)",
941
+ operation,
942
+ session_handle,
943
+ )
944
+
945
spark_arrow_types = ttypes.TSparkArrowTypes(
946
timestampAsArrow=self._use_arrow_native_timestamps,
947
decimalAsArrow=self._use_arrow_native_decimals,
0 commit comments