Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 21, 2017
1 parent 7433430 commit 3c7e3e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibis/sql/postgres/compiler.py
Expand Up @@ -465,7 +465,8 @@ def _array_repeat(t, expr):
# expression to workaround this.
array = sa.column(raw.name, type_=raw.type)

# We still need to prefix the table, so make the column knows its origin
# We still need to prefix the table name to the column name in the final
# query, so make sure the column knows its origin
array.table = raw.table

array_length = sa.func.cardinality(array)
Expand Down

0 comments on commit 3c7e3e9

Please sign in to comment.