Skip to content

STAR-934 extend native library API for serverless#290

Merged
k-rus merged 1 commit intods-trunkfrom
star-934-nativelibrary
Nov 30, 2021
Merged

STAR-934 extend native library API for serverless#290
k-rus merged 1 commit intods-trunkfrom
star-934-nativelibrary

Conversation

@k-rus
Copy link
Copy Markdown
Member

@k-rus k-rus commented Nov 29, 2021

Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.
@k-rus k-rus requested a review from djatnieks November 29, 2021 09:47
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@k-rus k-rus merged commit 3ba1a16 into ds-trunk Nov 30, 2021
@k-rus k-rus deleted the star-934-nativelibrary branch November 30, 2021 08:02
jacek-lewandowski pushed a commit that referenced this pull request Mar 8, 2022
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
jacek-lewandowski pushed a commit that referenced this pull request Mar 9, 2022
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
jacek-lewandowski pushed a commit that referenced this pull request Mar 27, 2022
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
jacek-lewandowski pushed a commit that referenced this pull request Mar 30, 2022
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
jacek-lewandowski pushed a commit that referenced this pull request May 26, 2022
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
jacek-lewandowski pushed a commit that referenced this pull request May 27, 2022
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
jacek-lewandowski pushed a commit that referenced this pull request Oct 17, 2022
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
jacek-lewandowski pushed a commit that referenced this pull request Oct 18, 2022
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
mfleming pushed a commit that referenced this pull request Jul 10, 2023
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
djatnieks pushed a commit that referenced this pull request Jul 24, 2023
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
djatnieks pushed a commit that referenced this pull request Aug 22, 2023
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
djatnieks pushed a commit that referenced this pull request Sep 12, 2023
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
jacek-lewandowski pushed a commit that referenced this pull request Jan 28, 2024
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)
djatnieks pushed a commit that referenced this pull request Mar 29, 2024
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)
djatnieks pushed a commit that referenced this pull request Apr 1, 2024
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)
djatnieks pushed a commit that referenced this pull request Apr 16, 2024
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)
djatnieks pushed a commit that referenced this pull request Jan 30, 2025
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)
djatnieks pushed a commit that referenced this pull request May 18, 2025
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)
michaelsembwever pushed a commit that referenced this pull request Feb 6, 2026
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)
michaelsembwever pushed a commit that referenced this pull request Feb 10, 2026
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)

 (Rebase of commit 0f75850)
michaelsembwever pushed a commit that referenced this pull request Feb 11, 2026
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)

 (Rebase of commit 0f75850)
michaelsembwever pushed a commit that referenced this pull request Feb 12, 2026
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)

 (Rebase of commit 0f75850)
michaelsembwever pushed a commit that referenced this pull request Feb 14, 2026
Extends the API of NativeLibrary to create a directory by providing
the path as string, so specialized implementations of a file system
don't to do additional conversion into Cassandra File, which is then
converted into string representation.

(cherry picked from commit 3ba1a16)
(cherry picked from commit aff175b)
(cherry picked from commit f93bb48)
(cherry picked from commit 83a4da2)
(cherry picked from commit 58c3e22)
(cherry picked from commit 2458b4b)

 (Rebase of commit 0f75850)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants