Skip to content

Commit

Permalink
Include TODO in comment suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Lorin Dawson <[email protected]>
  • Loading branch information
tnixon and R7L208 authored Sep 22, 2023
1 parent 8157d61 commit 67f1648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tempo/tsdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def __addPrefixToColumns(self, col_list: list[str], prefix: str) -> "TSDF":

# build a column rename map
col_map = {col: "_".join([prefix, col]) for col in col_list}
# In the future (when Spark 3.4+ is standard) we should implement batch rename using:
# TODO - In the future (when Spark 3.4+ is standard) we should implement batch rename using:
# df = self.df.withColumnsRenamed(col_map)

# build a list of column expressions to rename columns in a select
Expand Down

0 comments on commit 67f1648

Please sign in to comment.