Skip to content

Commit

Permalink
undo changes to non chronon refs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsimha committed Feb 21, 2024
1 parent 07ccc36 commit 1b52245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/py/ai/chronon/group_by.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Operation:
APPROX_UNIQUE_COUNT = ttypes.Operation.APPROX_UNIQUE_COUNT
# refer to the chart here to tune your sketch size with lgK
# default is 8
# https://github.com/apache/incubator-datasketches-java/blob/main/src/main/java/org/apache/datasketches/cpc/CpcSketch.java#L180
# https://github.com/apache/incubator-datasketches-java/blob/master/src/main/java/org/apache/datasketches/cpc/CpcSketch.java#L180
APPROX_UNIQUE_COUNT_LGK = collector(ttypes.Operation.APPROX_UNIQUE_COUNT)
UNIQUE_COUNT = ttypes.Operation.UNIQUE_COUNT
COUNT = ttypes.Operation.COUNT
Expand Down

0 comments on commit 1b52245

Please sign in to comment.