You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lots of python2 __future__ import is still in pinot-dbapi.
Several clean ups.
clean up py2 stuff
add typing
split codes in db.py
type and column processing into separate file
query response processing / data manipulation into separate file
It seems like we still have lots to do to support more sqlalchemy features. but will left that into separate issues, potentially we can leverage the type / column / schema / data utils split out from db.py
The text was updated successfully, but these errors were encountered:
lots of python2
__future__
import is still in pinot-dbapi.Several clean ups.
It seems like we still have lots to do to support more sqlalchemy features. but will left that into separate issues, potentially we can leverage the type / column / schema / data utils split out from db.py
The text was updated successfully, but these errors were encountered: