Skip to content

Commit

Permalink
Correting changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sayed Bilal Bari <sbari@nvidia.com>
  • Loading branch information
bilalbari committed Jul 11, 2024
1 parent 9d66afe commit 1b877cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nds/nds_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand All @@ -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 ' +
Expand Down

0 comments on commit 1b877cf

Please sign in to comment.