Table name length limit in Cassandra

2024-02-21 Thread Gaurav Agarwal
Hi team, Currently Cassandra has a table name length limit of 48 characters. If I understand correctly, it was made due to the fact that filename can not be more than 255 characters in windows. However, Linux supports up to 4096 bytes of file name. Given my Cassandra nodes are on Linux systems,

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Štefan Miklošovič
Congrats Brad, great work in the Python department :) On Wed, Feb 21, 2024 at 9:46 PM Josh McKenzie wrote: > The Apache Cassandra PMC is pleased to announce that Brad Schoening has > accepted > the invitation to become a committer. > > Your work on the integrated python driver, launch script

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Brandon Williams
Congrats Brad! Kind Regards, Brandon On Wed, Feb 21, 2024 at 2:46 PM Josh McKenzie wrote: > > The Apache Cassandra PMC is pleased to announce that Brad Schoening has > accepted > the invitation to become a committer. > > Your work on the integrated python driver, launch script environment, and

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Patrick McFadin
Yay! Congrats Brad! On Wed, Feb 21, 2024 at 2:06 PM Jeremy Hanna wrote: > Congratulations Brad! > > On Feb 21, 2024, at 3:59 PM, Leo Toff wrote: > > Congratulations Brad! Thank you for helping me onboard  > > On Wed, Feb 21, 2024 at 1:56 PM Jeremiah Jordan > wrote: > >> Congrats! >> >> On

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Jeremy Hanna
Congratulations Brad! > On Feb 21, 2024, at 3:59 PM, Leo Toff wrote: > > Congratulations Brad! Thank you for helping me onboard  > > On Wed, Feb 21, 2024 at 1:56 PM Jeremiah Jordan > wrote: >> Congrats! >> >> On Feb 21, 2024 at 2:46:14 PM, Josh McKenzie >

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Leo Toff
Congratulations Brad! Thank you for helping me onboard  On Wed, Feb 21, 2024 at 1:56 PM Jeremiah Jordan wrote: > Congrats! > > On Feb 21, 2024 at 2:46:14 PM, Josh McKenzie wrote: > >> The Apache Cassandra PMC is pleased to announce that Brad Schoening has >> accepted >> the invitation to

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Jeremiah Jordan
Congrats! On Feb 21, 2024 at 2:46:14 PM, Josh McKenzie wrote: > The Apache Cassandra PMC is pleased to announce that Brad Schoening has > accepted > the invitation to become a committer. > > Your work on the integrated python driver, launch script environment, and > tests > has been a big help

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Rahul Xavier Singh
Congrats Brad! On Wed, Feb 21, 2024 at 3:47 PM Ekaterina Dimitrova wrote: > Congrats and thank you for everything, Brad! 拾 > > On Wed, 21 Feb 2024 at 15:46, Josh McKenzie wrote: > >> The Apache Cassandra PMC is pleased to announce that Brad Schoening has >> accepted >> the invitation to become

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Ekaterina Dimitrova
Congrats and thank you for everything, Brad! 拾 On Wed, 21 Feb 2024 at 15:46, Josh McKenzie wrote: > The Apache Cassandra PMC is pleased to announce that Brad Schoening has > accepted > the invitation to become a committer. > > Your work on the integrated python driver, launch script

Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Josh McKenzie
The Apache Cassandra PMC is pleased to announce that Brad Schoening has accepted the invitation to become a committer. Your work on the integrated python driver, launch script environment, and tests has been a big help to many. Congratulations and welcome! The Apache Cassandra PMC members

Re: Which cassandra client for Python should we use (in the context of Python 3.12) ?

2024-02-21 Thread Jarek Potiuk
That all sounds great! Thanks for all the information Bret. On Wed, Feb 21, 2024 at 8:57 PM Bret McGuire wrote: >To add some additional information to what's already on this thread: > PYTHON-1378 is actively being looked into. An initial look has suggested a > likely cause; it's very

Re: Which cassandra client for Python should we use (in the context of Python 3.12) ?

2024-02-21 Thread Bret McGuire
To add some additional information to what's already on this thread: PYTHON-1378 is actively being looked into. An initial look has suggested a likely cause; it's very likely this was an oversight stemming from the move to cibuildwheel. Assuming I can confirm that a fix will then be provided.

Re: Which cassandra client for Python should we use (in the context of Python 3.12) ?

2024-02-21 Thread Jarek Potiuk
This is cool - thanks Jeff for this explanation, that helps us in making informed decisions. Really appreciate it! Very encouraging for the future :) - I think then, if the donation is on-going, choosing a cassandra-driver (which I understand will become ASF-owned) is definitely a preference for

Re: Which cassandra client for Python should we use (in the context of Python 3.12) ?

2024-02-21 Thread Jeff Jirsa
On 2024/02/21 09:26:53 Jarek Potiuk wrote: > Hello dear Cassandra community, > > I am a fellow PMC member of Apache Airflow and recently we started to look > at the Cassandra provider of ours in the context of Python 3.12 migration > and the integration raised my interest. > > TL;DR; I am

Re: Which cassandra client for Python should we use (in the context of Python 3.12) ?

2024-02-21 Thread Jarek Potiuk
Ah. And also to add - I created this issue in datastack asking to add libev support to the compiled .whl package they release: [6] cassandra-driver for Python 3.12 Linux is compiled without libev support : https://datastax-oss.atlassian.net/jira/software/c/projects/PYTHON/issues/PYTHON-1378 On

Which cassandra client for Python should we use (in the context of Python 3.12) ?

2024-02-21 Thread Jarek Potiuk
Hello dear Cassandra community, I am a fellow PMC member of Apache Airflow and recently we started to look at the Cassandra provider of ours in the context of Python 3.12 migration and the integration raised my interest. TL;DR; I am quite confused, which client should we use to be future-proof