Skip to content

Commit

Permalink
Merge pull request #43 from xmnlab/master
Browse files Browse the repository at this point in the history
Changed from load_table_arrow to load_table
  • Loading branch information
xmnlab committed May 24, 2018
2 parents 0d1d814 + b73c78a commit 6702de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/mapd/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def load_data(self, table_name, obj, database=None):
"""
_database = self.db_name
self.set_database(database)
self.con.load_table_arrow(table_name, obj)
self.con.load_table(table_name, obj)
self.set_database(_database)

@property
Expand Down

0 comments on commit 6702de2

Please sign in to comment.