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

[OnEGwZ5A] apoc.hashing.fingerprint can't deal with type byte[] #332

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Feb 17, 2023

[OnEGwZ5A] apoc.hashing.fingerprint can't deal with type byte[]

@vga91 vga91 marked this pull request as draft February 17, 2023 16:30
@vga91 vga91 force-pushed the apoc.hashing.fingerprint-bytearray branch from 530a36d to 8886913 Compare February 19, 2023 23:21
@vga91 vga91 marked this pull request as ready for review February 20, 2023 08:14
@vga91 vga91 added the dev label Feb 20, 2023
@nadja-muller nadja-muller self-assigned this Feb 20, 2023
@@ -320,6 +320,10 @@ private String nativeArrayToString(Object value) {
for (double l : (long[]) value) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Not part of this PR, but isnt that a lossy conversion? Shouldn't this be a long?
If so, we should probably fix it on another PR. What do you think?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes definitely.
I created a card for it: https://trello.com/b/hCxd1VYs/apoc-core,
also to check if there are other wrong conversions around here

@vga91 vga91 merged commit 6fc54d1 into dev Feb 22, 2023
@vga91 vga91 deleted the apoc.hashing.fingerprint-bytearray branch February 22, 2023 08:45
vga91 added a commit to neo4j-contrib/neo4j-apoc-procedures that referenced this pull request Mar 7, 2023
vga91 added a commit to neo4j-contrib/neo4j-apoc-procedures that referenced this pull request Mar 7, 2023
vga91 added a commit to neo4j-contrib/neo4j-apoc-procedures that referenced this pull request Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants