Skip to content

Commit

Permalink
chore: Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nj1973 committed Dec 12, 2024
1 parent 76cc9c8 commit b02a910
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data_validation/query_builder/query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ def compile(self, ibis_table):
comparison_field = ibis_table[self.field_name]
alias = self.alias or self.field_name
if self.cast:
# TODO Not sure what to do here yet.
# if self.cast != consts.CONFIG_CAST_UUID_STRING:
comparison_field = comparison_field.force_cast(self.cast)
elif self.trim and comparison_field.type().is_string():
comparison_field = comparison_field.rstrip()
Expand Down

0 comments on commit b02a910

Please sign in to comment.