Skip to content

Commit e38eb83

Browse files
jcristgforsyth
andauthored
refactor(impala): remove impala table (#9840)
This removes the `ImpalaTable` subclass. Relevant methods that were on that class have been moved to the `Backend` class instead. We used to have backend-specific subclasses of `Table` that added some backend-specific methods. Most of those were removed in prior releases, `ImpalaTable` was the last remaining one. As this is a breaking change, we should hold off on merging this until we're ready to start prepping for a 10.0 release. Depends on #9839. Fixes #9365. --------- Co-authored-by: Gil Forsyth <[email protected]>
1 parent aafb30f commit e38eb83

File tree

8 files changed

+309
-745
lines changed

8 files changed

+309
-745
lines changed

ibis/backends/impala/__init__.py

Lines changed: 224 additions & 53 deletions
Large diffs are not rendered by default.

ibis/backends/impala/client.py

Lines changed: 0 additions & 362 deletions
This file was deleted.

0 commit comments

Comments
 (0)