Sanan Guliyev
Sanan Guliyev
Is there any plan to implement some kind of logic in order to generate parquet file from pandas style dataframe. E.g. this ([https://github.com/go-gota/gota](https://github.com/go-gota/gota)) is a very popular library that could...
Multilevel qualifiers are not supported. `select * from hive.db.table limit 1` result is: `Error: syntax error at position 23` Is it by purpose?
Firstly, thanks a lot for the nice project! Is there any plan to support custom label or annotations for servers, since it's very useful for separating the deployments between nodes....
`storage_descriptor` should not require all arguments for table builder because of virtual view. e.g. ``` table = TableBuilder( table_name="test_view", db_name="default", owner="test", table_type="VIRTUAL_VIEW", storage_descriptor=storage_descriptor, view_expanded_text="select * from test", view_original_text="select * from...
Multilevel qualifiers are not supported. `select * from hive.db.table limit 1` result is: `Error: syntax error at position 23` Is it by purpose?
First thanks for the repo. It looks fantastic. I have just question whether you have a plan to cover all json schema options like `anyOf` and etc. E.g. current version...