Pau Tallada Crespí

Results 25 comments of Pau Tallada Crespí

Hi! This work is very interesting! Any progress on the merge?

+1 with 0.5.3 on Py3

Quick fix in preprocessing.py, checking if the collection_class attribute is defined and using it to wrap the list. Lines 55-58: ``` if relation.property.collection_class: return relation.property.collection_class(objs.all()) else: return objs.all() ```

As an example ```python from pyhive import hive conn = hive.connect(...) cursor = conn.cursor() sql = """\ SELECT CAST(id AS TINYINT) AS i1, CAST(id AS SMALLINT) AS i2, CAST(id AS...

Hi, We are also using SQLAlchemy 1.4 and Pandas, and would greatly appreciate not having to migrate to SQLAlchemy v2.0 :)

That is sad, having a good authorization layer for sparksql is a must :(

Hi! Is there any fix yet for reading > 10000 files yet? Thanks!

Ah ``` OS: AlmaLinux release 9.3 (Shamrock Pampas Cat) HADOOP_VERSION=3.2.3 ```

Hi, I don't think it is a firewall issue, in principle the ports are open. In any case, I've tested it also on our development setup (cluster in a single...