From 39c9b589955466b4c6a01aae0ffd197380d93e2b Mon Sep 17 00:00:00 2001 From: Badr Ouali <32390048+oualib@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:20:45 -0400 Subject: [PATCH] [Documentations] Correcting some bugs (#1332) * [Documentations] Correcting some bugs - Correcting some bugs * Update qprof.py * Update qprof_interface.py * black --------- Co-authored-by: Umar Farooq Ghumman --- verticapy/__init__.py | 2 +- verticapy/performance/vertica/qprof.py | 3 --- verticapy/performance/vertica/qprof_interface.py | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/verticapy/__init__.py b/verticapy/__init__.py index b1d56f0d9..f8a062b05 100755 --- a/verticapy/__init__.py +++ b/verticapy/__init__.py @@ -39,7 +39,7 @@ __version__: str = "1.1.0" __iteration__: int = 1 __date__: str = "11012024" -__last_commit__: str = "d56eed659fc883e15621c532f991d8b9fe83c676" +__last_commit__: str = "a0633c11da7ed93633c6852b6e5d8b55a19c960c" __long_version__: str = f"{__version__}-{__iteration__}—{__date__}-{__last_commit__}" __codecov__: float = 0.84 diff --git a/verticapy/performance/vertica/qprof.py b/verticapy/performance/vertica/qprof.py index 045455808..81a662db4 100755 --- a/verticapy/performance/vertica/qprof.py +++ b/verticapy/performance/vertica/qprof.py @@ -3590,9 +3590,6 @@ def get_qplan_tree( qprof.get_qplan_tree() - .. ipython:: python - :suppress: - .. ipython:: python :suppress: diff --git a/verticapy/performance/vertica/qprof_interface.py b/verticapy/performance/vertica/qprof_interface.py index c4ff6b123..0eead32df 100644 --- a/verticapy/performance/vertica/qprof_interface.py +++ b/verticapy/performance/vertica/qprof_interface.py @@ -1266,3 +1266,5 @@ def get_qplan_tree(self): Displays the final side-by-side UI. """ print_message(self.side_by_side_ui, "display") + + display = get_qplan_tree