Skip to content

Commit

Permalink
DAMN
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Dec 4, 2024
1 parent aab924f commit 6f611e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posthog/queries/column_optimizer/foss_column_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def columns_to_query(
column = get_materialized_column_for_property(table, table_column, property_name)
if column is not None and not column.is_nullable:
column_names.add(column.name)
else:
column_names.add(table_column)
return column_names

@cached_property
Expand Down

0 comments on commit 6f611e4

Please sign in to comment.