From edd6c484947bf3cd9730f90b4fcd4a649fd8c0b0 Mon Sep 17 00:00:00 2001 From: Badr Date: Thu, 31 Oct 2024 07:21:09 -0400 Subject: [PATCH 1/4] [Documentations] Correcting some bugs - Correcting some bugs --- verticapy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 8dc89bda96f1c3789e3b79a8bee21da0a94f6e18 Mon Sep 17 00:00:00 2001 From: Umar Farooq Ghumman Date: Thu, 31 Oct 2024 07:14:42 -0500 Subject: [PATCH 2/4] Update qprof.py --- verticapy/performance/vertica/qprof.py | 3 --- 1 file changed, 3 deletions(-) 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: From a87dd46aec9c5eca16dcbdd2842447a4dee13185 Mon Sep 17 00:00:00 2001 From: Umar Farooq Ghumman Date: Thu, 31 Oct 2024 09:53:28 -0500 Subject: [PATCH 3/4] Update qprof_interface.py --- verticapy/performance/vertica/qprof_interface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/verticapy/performance/vertica/qprof_interface.py b/verticapy/performance/vertica/qprof_interface.py index c4ff6b123..4a8dda347 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 From 20e3fdd45fafbe092e3ffeaca58b6e7f9b3fe68c Mon Sep 17 00:00:00 2001 From: Badr Date: Thu, 31 Oct 2024 12:02:53 -0400 Subject: [PATCH 4/4] black --- verticapy/performance/vertica/qprof_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verticapy/performance/vertica/qprof_interface.py b/verticapy/performance/vertica/qprof_interface.py index 4a8dda347..0eead32df 100644 --- a/verticapy/performance/vertica/qprof_interface.py +++ b/verticapy/performance/vertica/qprof_interface.py @@ -1266,5 +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