Anton Ovyannikov

Results 3 issues of Anton Ovyannikov

### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...

feature request

The following snippet (assuming hive.thriftserver running on 10000 port) ``` engine = create_engine('hive://localhost:10000/default') metadata = MetaData(bind=engine) metadata.reflect() ``` causes ``` sqlalchemy.exc.OperationalError: (pyhive.exc.OperationalError) TExecuteStatementResp(status=TStatus(statusCode=3, ... errorMessage="Error running query: org.apache.spark.sql.AnalysisException: Table or...

I need to print table with leading spaces in some rows data (like execution plan from postgres), the only way I found is to use `stralign=None` , but it breaks...