Skip to content

Commit

Permalink
Add scope
Browse files Browse the repository at this point in the history
  • Loading branch information
icexelloss committed Aug 22, 2019
1 parent e00dc00 commit 108ccd8
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 136 deletions.
2 changes: 1 addition & 1 deletion ibis/pyspark/client.py
Expand Up @@ -22,7 +22,7 @@ def __init__(self, session):
def compile(self, expr, *args, **kwargs):
"""Compile an ibis expression to a PySpark DataFrame object
"""
return self.translator.translate(expr)
return self.translator.translate(expr, scope={})

def execute(self, expr, params=None, limit='default', **kwargs):
if isinstance(expr, types.TableExpr):
Expand Down

0 comments on commit 108ccd8

Please sign in to comment.