From 1b877cf3e014cf13aba6182d9ac12716c935e071 Mon Sep 17 00:00:00 2001 From: Sayed Bilal Bari Date: Thu, 11 Jul 2024 11:30:35 -0500 Subject: [PATCH] Correting changes Signed-off-by: Sayed Bilal Bari --- nds/nds_power.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nds/nds_power.py b/nds/nds_power.py index a972dbb..7c34fa1 100644 --- a/nds/nds_power.py +++ b/nds/nds_power.py @@ -367,7 +367,7 @@ def load_properties(filename): parser.add_argument('--delta_unmanaged', action='store_true', help='Use unmanaged tables for DeltaLake. This is useful for testing DeltaLake without ' + - ' leveraging a Metastore service.') + ' leveraging a Metastore service.') parser.add_argument('--keep_sc', action='store_true', help='Keep SparkContext alive after running all queries. This is a ' + @@ -376,7 +376,7 @@ def load_properties(filename): parser.add_argument('--hive', action='store_true', help='use table meta information in Hive metastore directly without ' + - 'registering temp views.') + 'registering temp views.') parser.add_argument('--extra_time_log', help='extra path to save time log when running in cloud environment where '+ 'driver node/pod cannot be accessed easily. User needs to add essential extra ' +