Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASSANDRA-18185 Accumulate all docs PR #2062

Closed
wants to merge 1 commit into from
Closed

CASSANDRA-18185 Accumulate all docs PR #2062

wants to merge 1 commit into from

Conversation

neshkeev
Copy link
Contributor

@neshkeev neshkeev commented Jan 3, 2023

I searched the entire repository for the *.md files and didn't spot any more of such typos.
Here is the command:

find . -not -path "./.git/*" -type f -name "*.md" -exec grep --color "\(\b\w\+\)\b\s*\1\b" {} \+

@smiklosovic smiklosovic added javadoc fixing javadoc docs and removed javadoc fixing javadoc labels Jan 5, 2023
@neshkeev
Copy link
Contributor Author

@smiklosovic , could you help me find someone who can merge the PR, please?

@smiklosovic
Copy link
Contributor

Hi @neshkeev

thanks for the patch. I think it will be better if we put all doc-related changes together in one big patch and merge that one. It is not too much "effective" to merge this very tiny change. It would be way more preferable (from my point of view) to create a patch which would gather all docs fixes among pull requests and merge that one and we are ok for good.

I think there is a lot of docs PRs (if you filter them by "docs" tag), some of them might be obsolete and somebody would need to go through them.

@neshkeev
Copy link
Contributor Author

I'll peruse the PRs with such a tag and try to combine them into a single one if possible.
Should I somehow include original authors of the PRs I'll combine into a single PR?

@smiklosovic
Copy link
Contributor

Preferably.

You do that by specifying Co-authored-by: ... in the commit message.

@smiklosovic
Copy link
Contributor

@neshkeev if you go through other PRs related to docs, ping me if you think it is not relevant anymore I will double check and we can close it.

@neshkeev neshkeev changed the title Fix typo "the-the" -> "the" CASSANDRA-18185 Accumulate all docs PR Jan 22, 2023
@neshkeev
Copy link
Contributor Author

@smiklosovic , I reviewed all the docs labeled PRs starting from #206 and joined them into a single commit here.

The following PRs weren't merged, because they are no longer relevant, either files were removed (completely, I tracked files that were renamed like *.rst -> *.adoc) or the fixes they proposed were already applied in different commits.

PRs that require attention:

#1655 - gen-nodetool-docs.py script is proposed to get changed in that PR
#589 - cqlsh.py script is proposed to get changed in that PR

PRs that can be safely closed without merging, because I merged them into this PR's commit:

#206
#359
#366
#390
#450
#567
#615
#618
#746
#974
#984
#1052
#1088
#1274
#1378
#1404
#1504
#1540
#1544
#1673
#1697
#1722
#1815
#1830
#1863
#1865
#1879
#2062

PRs that wasn't merged into this PR's commit, but still can be closed without merging:

#456 - a complex PR about data modeling, I wasn't sure I could merge it appropriately
#648 - already fixed in a different commit
#703 - already fixed in a different commit
#842 - the file has been removed
#888 - the file has been removed
#944 - already fixed in a different commit
#1073 - already fixed in a different commit
#1088 - the file has been removed
#1600 - already fixed in a different commit
#1808 - already fixed in a different commit
#1809 - already fixed in a different commit
#1810 - already fixed in a different commit
#1829 - already fixed in a different commit
#1861 - already fixed in a different commit
#1862 - already fixed in a different commit
#1864 - already fixed in a different commit
#1880 - already fixed in a different commit
#1943 - already fixed in a different commit

@michaelsembwever
Copy link
Member

michaelsembwever commented Jan 22, 2023

Generally LGTM.

But…
A more descriptive commit message please.
"Accumulate all docs PR" means nothing to me.

Something like "Accumulation of small typo fixes to docs" would be much better. Folk need to scan git history quickly.

I'm also not sure about the changes to hyphenation (coming from this PR). For example "open-source" just reads wrong to me (even when it's used as an adjective. The overall change to using hyphenation might need broader agreement. Personally I would just leave it out to move ahead with the other changes.

@neshkeev
Copy link
Contributor Author

Those hyphenated adjectives looked odd to me too, when I was in doubt, I googled them, for example, open-source databases, or 5-node cluster

I agree with you, we need more input on this from the community to find out the best possible phrasing

@smiklosovic
Copy link
Contributor

great work @neshkeev , I will take a closer look shortly.

conf/cqlshrc.sample Outdated Show resolved Hide resolved
@smiklosovic
Copy link
Contributor

smiklosovic commented Jan 23, 2023

@neshkeev I believe PR 1073 is still relevant if you look closer.

@smiklosovic
Copy link
Contributor

@neshkeev could you please specifically check this one? https://github.com/apache/cassandra/pull/1052/files#r1083818544

@smiklosovic
Copy link
Contributor

I believe that #589 and #1655 can be worked on independently from this one. Especially if these patches are planning to be merged in various branches and this targets just trunk.

@smiklosovic
Copy link
Contributor

@neshkeev great progress so far! what about cracking thought the rest after (or before) PR 206 as you mentioned?

@neshkeev
Copy link
Contributor Author

what about cracking thought the rest after (or before) PR 206 as you mentioned?

Sorry, I didn't get that, could you, please rephrase it?

All the changes #206 proposes are included into this PR, or were fixed before me in different commits, only the impact -> impacts typo is left till now

@smiklosovic
Copy link
Contributor

smiklosovic commented Jan 23, 2023

@neshkeev You wrote:

I reviewed all the docs labeled PRs starting from #206 and joined them into a single commit here.

So, it means that all PRs older than PR 206 (PRs 206 -> 1) are not reviewed yet ? If that is the case, could we review them all?

@neshkeev
Copy link
Contributor Author

I should've emphasize it earlier: 206 is the first (chronologically) PR that is labeled with docs, there are no docs PRs before 206

@smiklosovic
Copy link
Contributor

right ... so I think this is the last one as I put that comment there:

#180 (comment)

Thanks!

This patch includes all the changes from the PRs that introduce small
changes related to typos in the documentation. The changes are
accumulated from the followig PRs:

- #206
- #359
- #366
- #390
- #450
- #567
- #615
- #618
- #746
- #974
- #984
- #1052
- #1088
- #1274
- #1378
- #1404
- #1504
- #1540
- #1544
- #1673
- #1697
- #1722
- #1815
- #1830
- #1863
- #1865
- #1879
- #2062

Co-authored-by: kalmant <kalmant@users.noreply.github.com>
Co-authored-by: Dmitry <xotonic@yandex.ru>
Co-authored-by: Tibor Répási <rtib@users.noreply.github.com>
Co-authored-by: Tzach Livyatan <tzach@scylladb.com>
Co-authored-by: Jérôme BAROTIN <jeromebarotin@gmail.com>
Co-authored-by: Giorgio Giuffrè <giorgiogiuffre23@gmail.com>
Co-authored-by: Siddhartha Tiwari <201851127@iiitvadodara.ac.in>
Co-authored-by: Angelo Polo <language.devel@gmail.com>
Co-authored-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Co-authored-by: Hemang Ajmera <81636438+hemangajmera@users.noreply.github.com>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: Bhouse99 <bhouse99@protonmail.com>
Co-authored-by: Matthew Hardwick <MatthewRHardwick@gmail.com>
Co-authored-by: Paul Wouters <paul.wouters@aiven.io>
Co-authored-by: Romain Hardouin <romain_hardouin@yahoo.fr>
Co-authored-by: Romain Hardouin <romain_hardouin@yahoo.fr>
Co-authored-by: Guilherme Poleto <gpoleto@alunos.utfpr.edu.br>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: Prashant Bhuruk <prashantbhuruk88@gmail.com>
Co-authored-by: Jingchuan Zhu <56401528+codingswag998@users.noreply.github.com>
Co-authored-by: Ryan Stewart <ryan.stewart@rackspace.com>
Co-authored-by: utkarsh-agrawal-jm <107914361+utkarsh-agrawal-jm@users.noreply.github.com>
Co-authored-by: Ben Dalling <b.dalling@locp.co.uk>
Co-authored-by: Terry L. Blessing <tlblessing1@gmail.com>
Co-authored-by: gruzilkin <gruzmob@gmail.com>
Co-authored-by: gruzilkin <gruzmob@gmail.com>
Co-authored-by: Kevin <kevin.xgr@gmail.com>
Co-authored-by: yziadeh <121903189+yziadeh@users.noreply.github.com>
Signed-off-by: Nikita Eshkeev <neshkeev@yandex.ru>
smiklosovic pushed a commit to instaclustr/cassandra that referenced this pull request Jan 25, 2023
This patch includes all the changes from the PRs that introduce small
changes related to typos in the documentation. The changes are
accumulated from the followig PRs:

- apache#206
- apache#359
- apache#366
- apache#390
- apache#450
- apache#567
- apache#615
- apache#618
- apache#746
- apache#974
- apache#984
- apache#1052
- apache#1088
- apache#1274
- apache#1378
- apache#1404
- apache#1504
- apache#1540
- apache#1544
- apache#1673
- apache#1697
- apache#1722
- apache#1815
- apache#1830
- apache#1863
- apache#1865
- apache#1879
- apache#2062

Co-authored-by: kalmant <kalmant@users.noreply.github.com>
Co-authored-by: Dmitry <xotonic@yandex.ru>
Co-authored-by: Tibor Répási <rtib@users.noreply.github.com>
Co-authored-by: Tzach Livyatan <tzach@scylladb.com>
Co-authored-by: Jérôme BAROTIN <jeromebarotin@gmail.com>
Co-authored-by: Giorgio Giuffrè <giorgiogiuffre23@gmail.com>
Co-authored-by: Siddhartha Tiwari <201851127@iiitvadodara.ac.in>
Co-authored-by: Angelo Polo <language.devel@gmail.com>
Co-authored-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Co-authored-by: Hemang Ajmera <81636438+hemangajmera@users.noreply.github.com>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: Bhouse99 <bhouse99@protonmail.com>
Co-authored-by: Matthew Hardwick <MatthewRHardwick@gmail.com>
Co-authored-by: Paul Wouters <paul.wouters@aiven.io>
Co-authored-by: Romain Hardouin <romain_hardouin@yahoo.fr>
Co-authored-by: Romain Hardouin <romain_hardouin@yahoo.fr>
Co-authored-by: Guilherme Poleto <gpoleto@alunos.utfpr.edu.br>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: Prashant Bhuruk <prashantbhuruk88@gmail.com>
Co-authored-by: Jingchuan Zhu <56401528+codingswag998@users.noreply.github.com>
Co-authored-by: Ryan Stewart <ryan.stewart@rackspace.com>
Co-authored-by: utkarsh-agrawal-jm <107914361+utkarsh-agrawal-jm@users.noreply.github.com>
Co-authored-by: Ben Dalling <b.dalling@locp.co.uk>
Co-authored-by: Terry L. Blessing <tlblessing1@gmail.com>
Co-authored-by: gruzilkin <gruzmob@gmail.com>
Co-authored-by: gruzilkin <gruzmob@gmail.com>
Co-authored-by: Kevin <kevin.xgr@gmail.com>
Co-authored-by: yziadeh <121903189+yziadeh@users.noreply.github.com>
Signed-off-by: Nikita Eshkeev <neshkeev@yandex.ru>
@smiklosovic
Copy link
Contributor

@neshkeev could you please cherry-pick this?

instaclustr@2019411

I think we are in quite a good shape, I ll try to find somebody else to take a look too.

@Mmuzaf
Copy link
Contributor

Mmuzaf commented Jan 25, 2023

@neshkeev Please, consider the following typo fixes.
Mmuzaf@9445252

@smiklosovic
Copy link
Contributor

I am not completely sure about these typos in java classes, they might probably go in as well but we should ask. It is categorically something different to commit "documentation" and "fix typos in sources".

Copy link
Contributor

@polandll polandll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some changes that should be made.

smiklosovic added a commit to instaclustr/cassandra that referenced this pull request Jan 26, 2023
This patch includes all the changes from the PRs that introduce small
changes related to typos in the documentation. The changes are
accumulated from the followig PRs:

    - apache#206
    - apache#359
    - apache#366
    - apache#390
    - apache#450
    - apache#567
    - apache#615
    - apache#618
    - apache#746
    - apache#974
    - apache#984
    - apache#1052
    - apache#1088
    - apache#1274
    - apache#1378
    - apache#1404
    - apache#1504
    - apache#1540
    - apache#1544
    - apache#1673
    - apache#1697
    - apache#1722
    - apache#1815
    - apache#1830
    - apache#1863
    - apache#1865
    - apache#1879
    - apache#2062

Co-authored-by: kalmant <kalmant@users.noreply.github.com>
Co-authored-by: Dmitry <xotonic@yandex.ru>
Co-authored-by: Tibor Répási <rtib@users.noreply.github.com>
Co-authored-by: Tzach Livyatan <tzach@scylladb.com>
Co-authored-by: Jérôme BAROTIN <jeromebarotin@gmail.com>
Co-authored-by: Giorgio Giuffrè <giorgiogiuffre23@gmail.com>
Co-authored-by: Siddhartha Tiwari <201851127@iiitvadodara.ac.in>
Co-authored-by: Angelo Polo <language.devel@gmail.com>
Co-authored-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Co-authored-by: Hemang Ajmera <81636438+hemangajmera@users.noreply.github.com>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: Bhouse99 <bhouse99@protonmail.com>
Co-authored-by: Matthew Hardwick <MatthewRHardwick@gmail.com>
Co-authored-by: Paul Wouters <paul.wouters@aiven.io>
Co-authored-by: Romain Hardouin <romain_hardouin@yahoo.fr>
Co-authored-by: Guilherme Poleto <gpoleto@alunos.utfpr.edu.br>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: Prashant Bhuruk <prashantbhuruk88@gmail.com>
Co-authored-by: Jingchuan Zhu <56401528+codingswag998@users.noreply.github.com>
Co-authored-by: Ryan Stewart <ryan.stewart@rackspace.com>
Co-authored-by: utkarsh-agrawal-jm <107914361+utkarsh-agrawal-jm@users.noreply.github.com>
Co-authored-by: Ben Dalling <b.dalling@locp.co.uk>
Co-authored-by: Terry L. Blessing <tlblessing1@gmail.com>
Co-authored-by: gruzilkin <gruzmob@gmail.com>
Co-authored-by: Kevin <kevin.xgr@gmail.com>
Co-authored-by: yziadeh <121903189+yziadeh@users.noreply.github.com>
Co-authored-by: Lorina Poland <lorina@datastax.com>
Signed-off-by: Nikita Eshkeev <neshkeev@yandex.ru>
smiklosovic added a commit to instaclustr/cassandra that referenced this pull request Jan 26, 2023
This patch includes all the changes from the PRs that introduce small
changes related to typos and similar in the documentation. The changes are
accumulated from the followig PRs:

- apache#206
- apache#359
- apache#366
- apache#390
- apache#450
- apache#567
- apache#615
- apache#618
- apache#746
- apache#984
- apache#1052
- apache#1088
- apache#1274
- apache#1378
- apache#1404
- apache#1504
- apache#1540
- apache#1544
- apache#1673
- apache#1697
- apache#1722
- apache#1815
- apache#1830
- apache#1863
- apache#1865
- apache#1879
- apache#2062

patch by Nikita Eshkeev, reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-18185

Co-authored-by: kalmant <kalmant@users.noreply.github.com>
Co-authored-by: Dmitry <xotonic@yandex.ru>
Co-authored-by: Tibor Répási <rtib@users.noreply.github.com>
Co-authored-by: Tzach Livyatan <tzach@scylladb.com>
Co-authored-by: Jérôme BAROTIN <jeromebarotin@gmail.com>
Co-authored-by: Giorgio Giuffrè <giorgiogiuffre23@gmail.com>
Co-authored-by: Siddhartha Tiwari <201851127@iiitvadodara.ac.in>
Co-authored-by: Angelo Polo <language.devel@gmail.com>
Co-authored-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: Bhouse99 <bhouse99@protonmail.com>
Co-authored-by: Matthew Hardwick <MatthewRHardwick@gmail.com>
Co-authored-by: Paul Wouters <paul.wouters@aiven.io>
Co-authored-by: Romain Hardouin <romain_hardouin@yahoo.fr>
Co-authored-by: Guilherme Poleto <gpoleto@alunos.utfpr.edu.br>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: Prashant Bhuruk <prashantbhuruk88@gmail.com>
Co-authored-by: Jingchuan Zhu <56401528+codingswag998@users.noreply.github.com>
Co-authored-by: Ryan Stewart <ryan.stewart@rackspace.com>
Co-authored-by: utkarsh-agrawal-jm <107914361+utkarsh-agrawal-jm@users.noreply.github.com>
Co-authored-by: Ben Dalling <b.dalling@locp.co.uk>
Co-authored-by: Terry L. Blessing <tlblessing1@gmail.com>
Co-authored-by: gruzilkin <gruzmob@gmail.com>
Co-authored-by: Kevin <kevin.xgr@gmail.com>
Co-authored-by: yziadeh <121903189+yziadeh@users.noreply.github.com>
Co-authored-by: Lorina Poland <lorina@datastax.com>
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
smiklosovic added a commit to instaclustr/cassandra that referenced this pull request Jan 26, 2023
This patch includes all the changes from the PRs that introduce small
changes related to typos and similar in the documentation. The changes are
accumulated from the following PRs:

- apache#206
- apache#359
- apache#366
- apache#390
- apache#450
- apache#567
- apache#615
- apache#618
- apache#746
- apache#984
- apache#1052
- apache#1088
- apache#1274
- apache#1378
- apache#1404
- apache#1504
- apache#1540
- apache#1544
- apache#1673
- apache#1697
- apache#1722
- apache#1815
- apache#1830
- apache#1863
- apache#1865
- apache#1879
- apache#2062

patch by Nikita Eshkeev, reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-18185

Co-authored-by: kalmant <kalmant@users.noreply.github.com>
Co-authored-by: Dmitry <xotonic@yandex.ru>
Co-authored-by: Tibor Répási <rtib@users.noreply.github.com>
Co-authored-by: Tzach Livyatan <tzach@scylladb.com>
Co-authored-by: Jérôme BAROTIN <jeromebarotin@gmail.com>
Co-authored-by: Giorgio Giuffrè <giorgiogiuffre23@gmail.com>
Co-authored-by: Siddhartha Tiwari <201851127@iiitvadodara.ac.in>
Co-authored-by: Angelo Polo <language.devel@gmail.com>
Co-authored-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: Bhouse99 <bhouse99@protonmail.com>
Co-authored-by: Matthew Hardwick <MatthewRHardwick@gmail.com>
Co-authored-by: Paul Wouters <paul.wouters@aiven.io>
Co-authored-by: Romain Hardouin <romain_hardouin@yahoo.fr>
Co-authored-by: Guilherme Poleto <gpoleto@alunos.utfpr.edu.br>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: Prashant Bhuruk <prashantbhuruk88@gmail.com>
Co-authored-by: Jingchuan Zhu <56401528+codingswag998@users.noreply.github.com>
Co-authored-by: Ryan Stewart <ryan.stewart@rackspace.com>
Co-authored-by: utkarsh-agrawal-jm <107914361+utkarsh-agrawal-jm@users.noreply.github.com>
Co-authored-by: Ben Dalling <b.dalling@locp.co.uk>
Co-authored-by: Terry L. Blessing <tlblessing1@gmail.com>
Co-authored-by: gruzilkin <gruzmob@gmail.com>
Co-authored-by: Kevin <kevin.xgr@gmail.com>
Co-authored-by: yziadeh <121903189+yziadeh@users.noreply.github.com>
Co-authored-by: Lorina Poland <lorina@datastax.com>
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
smiklosovic added a commit to instaclustr/cassandra that referenced this pull request Jan 26, 2023
This patch includes all the changes from the PRs that introduce small
changes related to typos and similar in the documentation. The changes are
accumulated from the following PRs:

- apache#206
- apache#359
- apache#366
- apache#390
- apache#450
- apache#567
- apache#615
- apache#618
- apache#746
- apache#984
- apache#1052
- apache#1088
- apache#1274
- apache#1378
- apache#1404
- apache#1504
- apache#1540
- apache#1544
- apache#1673
- apache#1697
- apache#1722
- apache#1815
- apache#1830
- apache#1863
- apache#1865
- apache#1879
- apache#2062

patch by Nikita Eshkeev, reviewed by Stefan Miklosovic, Lorina Poland, Michael Semb Wever for CASSANDRA-18185

Co-authored-by: kalmant <kalmant@users.noreply.github.com>
Co-authored-by: Dmitry <xotonic@yandex.ru>
Co-authored-by: Tibor Répási <rtib@users.noreply.github.com>
Co-authored-by: Tzach Livyatan <tzach@scylladb.com>
Co-authored-by: Jérôme BAROTIN <jeromebarotin@gmail.com>
Co-authored-by: Giorgio Giuffrè <giorgiogiuffre23@gmail.com>
Co-authored-by: Siddhartha Tiwari <201851127@iiitvadodara.ac.in>
Co-authored-by: Angelo Polo <language.devel@gmail.com>
Co-authored-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: Bhouse99 <bhouse99@protonmail.com>
Co-authored-by: Matthew Hardwick <MatthewRHardwick@gmail.com>
Co-authored-by: Paul Wouters <paul.wouters@aiven.io>
Co-authored-by: Romain Hardouin <romain_hardouin@yahoo.fr>
Co-authored-by: Guilherme Poleto <gpoleto@alunos.utfpr.edu.br>
Co-authored-by: 陳傑夫 <chienfuchen32@gmail.com>
Co-authored-by: etc-crontab <jujut@free.fr>
Co-authored-by: Prashant Bhuruk <prashantbhuruk88@gmail.com>
Co-authored-by: Jingchuan Zhu <56401528+codingswag998@users.noreply.github.com>
Co-authored-by: Ryan Stewart <ryan.stewart@rackspace.com>
Co-authored-by: utkarsh-agrawal-jm <107914361+utkarsh-agrawal-jm@users.noreply.github.com>
Co-authored-by: Ben Dalling <b.dalling@locp.co.uk>
Co-authored-by: Terry L. Blessing <tlblessing1@gmail.com>
Co-authored-by: gruzilkin <gruzmob@gmail.com>
Co-authored-by: Kevin <kevin.xgr@gmail.com>
Co-authored-by: yziadeh <121903189+yziadeh@users.noreply.github.com>
Co-authored-by: Lorina Poland <lorina@datastax.com>
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
@neshkeev
Copy link
Contributor Author

@smiklosovic , did you decide to do it differently?

@neshkeev
Copy link
Contributor Author

neshkeev commented Feb 4, 2023

@smiklosovic , please let me know why the PR got closed. I don't understand why it happened and how one can be helpful to the project.

@smiklosovic
Copy link
Contributor

Hi @neshkeev , it was closed because we have committed the work into f27790c

Once the work has been done, we tend to close the accompanying PR as it just cease to have the reason of its existence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants