Skip to content

Commit

Permalink
Message about issue with monotonically increase
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Oct 18, 2018
1 parent 2898868 commit 09bf75c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optimus/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def append(dfs, like="columns"):
:return:
"""

# FIX: Because monotonically_increasing_id can create different sequence for different dataframes the result could be wrong.

if like == "columns":
temp_dfs = []
col_temp_name = "id_" + random_int()
Expand Down

0 comments on commit 09bf75c

Please sign in to comment.