fruch commented on PR #36755: URL: https://github.com/apache/airflow/pull/36755#issuecomment-1955994183
> > I would go and open an issue for them, they can bundle it better. they might take a while to address it. > > I did: https://datastax-oss.atlassian.net/jira/software/c/projects/PYTHON/issues/PYTHON-1378 > > > We do grantee compatibility, and I think we can do a quicker turn around on issues, if you or your users gonna run into any. > > Out of curiosity - also from the ASF point of view - who are WE vs. THEM? > > Seems like both cassandra and scylladn-client have Datastax Copyright (?) see below (and it's a fork of the datastax python-driver) - so I understand they are not part of the ASF PMC work? But Scylla is a separate compamy - somewhat competing with cassandra (?), so I am abit cautious here to use client fom scylladb. > > <img width="1028" alt="Screenshot 2024-02-20 at 23 13 57" src="https://github.com/apache/airflow/assets/595491/39ac4cf2-7511-45ef-821f-c8ced3ebea40"> > > Any comments here for the govenance? Yes it's a fork, hence you still see the original licensing, along side with newer parts which are scylla specific Yes, scylla drivers are not part of the ASF. Yes, scylladb and Datastax are competitors. We still collaborate on the drivers, and try to help each other when possible. In this specific case of supporting python 3.12, we several communication with the datastax people to see we are mostly align on how to handle asyncore deprecation. As for the wheels, we are building them with cibuildwheel (relatively new project), while datastax have a private repo for those, so we can't actively help with that. At the end I'm trying to help, sorry if it comes out like I'm bashing other projects, cassandra community and datastax are doing great work with those drivers. I totally understand if it won't fit your project or your users, and the preference to stick to code which is part of ASF. (since this ASF project) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
