[jira] [Commented] (AVRO-2704) Cache Hashcode of UTF8 Strings

2020-04-04 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17075112#comment-17075112
 ] 

Hudson commented on AVRO-2704:
--

SUCCESS: Integrated in Jenkins build AvroJava #842 (See 
[https://builds.apache.org/job/AvroJava/842/])
AVRO-2704: Cache Hashcode of UTF8 Strings (#783) (github: 
[https://github.com/apache/avro/commit/d5d1cd70e920f45468bf696d3668b496a9adbab3])
* (edit) lang/java/avro/src/test/java/org/apache/avro/util/TestUtf8.java
* (edit) lang/java/avro/src/main/java/org/apache/avro/util/Utf8.java


> Cache Hashcode of UTF8 Strings
> --
>
> Key: AVRO-2704
> URL: https://issues.apache.org/jira/browse/AVRO-2704
> Project: Apache Avro
>  Issue Type: Improvement
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 1.10.0
>
>
> Cache computed hash value for {{Utf8}} string instead of computing it every 
> time it is required.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (AVRO-2704) Cache Hashcode of UTF8 Strings

2020-04-04 Thread Fokko Driesprong (Jira)


 [ 
https://issues.apache.org/jira/browse/AVRO-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fokko Driesprong resolved AVRO-2704.

Fix Version/s: 1.10.0
   Resolution: Fixed

> Cache Hashcode of UTF8 Strings
> --
>
> Key: AVRO-2704
> URL: https://issues.apache.org/jira/browse/AVRO-2704
> Project: Apache Avro
>  Issue Type: Improvement
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 1.10.0
>
>
> Cache computed hash value for {{Utf8}} string instead of computing it every 
> time it is required.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2704) Cache Hashcode of UTF8 Strings

2020-04-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17075103#comment-17075103
 ] 

ASF subversion and git services commented on AVRO-2704:
---

Commit d5d1cd70e920f45468bf696d3668b496a9adbab3 in avro's branch 
refs/heads/master from belugabehr
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d5d1cd7 ]

AVRO-2704: Cache Hashcode of UTF8 Strings (#783)

Co-authored-by: David Mollitor 

> Cache Hashcode of UTF8 Strings
> --
>
> Key: AVRO-2704
> URL: https://issues.apache.org/jira/browse/AVRO-2704
> Project: Apache Avro
>  Issue Type: Improvement
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
>
> Cache computed hash value for {{Utf8}} string instead of computing it every 
> time it is required.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: Append to existing file in C#

2020-04-04 Thread Driesprong, Fokko
Hi Vladimir,

Please feel free to open a ticket (https://jira.apache.org/jira) and a PR
if you want feedback on the implementation. Try to make the PR's small to
make the reviewing easier :)

Cheers, Fokko

Op zo 29 mrt. 2020 om 14:51 schreef Volodymyr Aleksandrov :

> Hello,
>
> Want to propose to add a possibility to append to existing files in C# in a
> similar way how it is implemented in Java.
>
> I haven't found such tasks in GitHub and Jira and unfortunately haven't
> found a way to access the search mailing list archive.
>
> I created a working draft implementation and can finish writing unit tests
> in a couple days. You can find the code here:
> https://github.com/valxv/avro.
>
> My proposal is to add two new public static methods OpenAppendWriter (one
> receiving string path and other - streams) to DataFileWriter class to be
> consistent with C# implementation.
>
> --
> Vladimir
>