[jira] [Commented] (AVRO-3610) [C++] Upgrade from C++ 11 to C++ 17

2022-08-18 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17581624#comment-17581624 ] Thiruvalluvan M. G. commented on AVRO-3610: --- [~mgrigorov] I think that will be a great

[jira] [Resolved] (AVRO-3601) C++ API header contains breaking include

2022-08-11 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-3601. --- Resolution: Fixed Merged the PR. Thanks a lot [~mgrigorov]. > C++ API header

[jira] [Commented] (AVRO-3510) PHP build fails on Travis

2022-05-03 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531461#comment-17531461 ] Thiruvalluvan M. G. commented on AVRO-3510: --- Thank you [~mgrigorov]for the permanent fix for the

[jira] [Assigned] (AVRO-3510) PHP build fails on Travis

2022-05-03 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-3510: - Assignee: Martin Tzvetanov Grigorov (was: Thiruvalluvan M. G.) > PHP build

[jira] [Resolved] (AVRO-3510) PHP build fails on Travis

2022-05-01 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-3510. --- Resolution: Fixed With the correct checksum, the build succeeds. > PHP build fails

[jira] [Created] (AVRO-3510) PHP build fails on Travis

2022-05-01 Thread Thiruvalluvan M. G. (Jira)
Thiruvalluvan M. G. created AVRO-3510: - Summary: PHP build fails on Travis Key: AVRO-3510 URL: https://issues.apache.org/jira/browse/AVRO-3510 Project: Apache Avro Issue Type:

[jira] [Commented] (AVRO-3482) DataFileReader should reuse MAGIC data read from inputstream

2022-05-01 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530594#comment-17530594 ] Thiruvalluvan M. G. commented on AVRO-3482: --- The fix is pushed to {{branch-1.11}} as well. >

[jira] [Resolved] (AVRO-2870) DataFileWriterBase can throw in destructor

2022-04-29 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2870. --- Resolution: Fixed Merged the pull request. Thank you [~oandrew] > DataFileWriterBase

[jira] [Updated] (AVRO-3482) DataFileReader should reuse MAGIC data read from inputstream

2022-04-29 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-3482: -- Fix Version/s: 1.11.1 > DataFileReader should reuse MAGIC data read from inputstream >

[jira] [Assigned] (AVRO-3482) DataFileReader should reuse MAGIC data read from inputstream

2022-04-29 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-3482: - Assignee: Rajesh Balamohan (was: Thiruvalluvan M. G.) > DataFileReader should

[jira] [Assigned] (AVRO-2870) DataFileWriterBase can throw in destructor

2022-04-29 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-2870: - Assignee: Andrew Onyshchuk > DataFileWriterBase can throw in destructor >

[jira] [Commented] (AVRO-2722) impl/DataFile.cc use of boost::mt19937 for DataFileWriteBase::makeSync is not thread safe

2021-10-31 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17436593#comment-17436593 ] Thiruvalluvan M. G. commented on AVRO-2722: --- The cost of construction for the {{boost::mt19937}}

[jira] [Commented] (AVRO-3194) [C++] Parsing avro file using `GenericDatum` results in segmentation fault

2021-09-01 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17408485#comment-17408485 ] Thiruvalluvan M. G. commented on AVRO-3194: --- [~OscarTHZhang] Is it possible to attach the

[jira] [Resolved] (AVRO-3114) Compilation broken on cmake < 3.0

2021-06-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-3114. --- Resolution: Fixed Merged the PR. Thank you [~Pradeau Christophe] > Compilation

[jira] [Assigned] (AVRO-3114) Compilation broken on cmake < 3.0

2021-06-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-3114: - Assignee: Pradeau Christophe > Compilation broken on cmake < 3.0 >

[jira] [Comment Edited] (AVRO-3114) Compilation broken on cmake < 3.0

2021-06-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17366974#comment-17366974 ] Thiruvalluvan M. G. edited comment on AVRO-3114 at 6/22/21, 3:27 AM: -

[jira] [Commented] (AVRO-3114) Compilation broken on cmake < 3.0

2021-06-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17366974#comment-17366974 ] Thiruvalluvan M. G. commented on AVRO-3114: --- Made a pull request with a slightly modified

[jira] [Resolved] (AVRO-3051) Modernize C++ implementation

2021-04-03 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-3051. --- Resolution: Fixed Merged the final PR > Modernize C++ implementation >

[jira] [Commented] (AVRO-2717) Fix undefined behaviour in ZigZag encoding if Avro was compiled with the C++ standard less than C++20.

2021-04-02 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17314187#comment-17314187 ] Thiruvalluvan M. G. commented on AVRO-2717: --- Essentially, the fix here is to replace `((input <<

[jira] [Comment Edited] (AVRO-3051) Modernize C++ implementation

2021-04-02 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17314184#comment-17314184 ] Thiruvalluvan M. G. edited comment on AVRO-3051 at 4/3/21, 4:44 AM:

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-04-02 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17314184#comment-17314184 ] Thiruvalluvan M. G. commented on AVRO-3051: --- This is the [final

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-04-01 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17313146#comment-17313146 ] Thiruvalluvan M. G. commented on AVRO-3051: --- The [next

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-03-30 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17312038#comment-17312038 ] Thiruvalluvan M. G. commented on AVRO-3051: --- The [next

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-03-29 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310475#comment-17310475 ] Thiruvalluvan M. G. commented on AVRO-3051: --- Next installment is

[jira] [Comment Edited] (AVRO-3051) Modernize C++ implementation

2021-03-25 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308303#comment-17308303 ] Thiruvalluvan M. G. edited comment on AVRO-3051 at 3/25/21, 9:05 AM: -

[jira] [Comment Edited] (AVRO-3051) Modernize C++ implementation

2021-03-24 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308303#comment-17308303 ] Thiruvalluvan M. G. edited comment on AVRO-3051 at 3/25/21, 2:36 AM: -

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-03-24 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308303#comment-17308303 ] Thiruvalluvan M. G. commented on AVRO-3051: --- Made the next installment:

[jira] [Comment Edited] (AVRO-3051) Modernize C++ implementation

2021-03-23 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17307097#comment-17307097 ] Thiruvalluvan M. G. edited comment on AVRO-3051 at 3/23/21, 2:06 PM: -

[jira] [Comment Edited] (AVRO-3051) Modernize C++ implementation

2021-03-23 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17307097#comment-17307097 ] Thiruvalluvan M. G. edited comment on AVRO-3051 at 3/23/21, 2:04 PM: -

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-03-23 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17307097#comment-17307097 ] Thiruvalluvan M. G. commented on AVRO-3051: --- [Here|https://github.com/apache/avro/pull/1153] is

[jira] [Commented] (AVRO-3070) [Build] C++ lint is failing Github Actions

2021-03-22 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306275#comment-17306275 ] Thiruvalluvan M. G. commented on AVRO-3070: --- [~rskraba], I'm sorry I did not intend to supersede

[jira] [Commented] (AVRO-3070) [Build] C++ lint is failing Github Actions

2021-03-22 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306272#comment-17306272 ] Thiruvalluvan M. G. commented on AVRO-3070: --- [~mitjap], thanks for reviewing it. I agree that

[jira] [Resolved] (AVRO-3089) Fix Warnings during C++ build

2021-03-22 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-3089. --- Resolution: Fixed Merged the PR after addressing [~emkornfield]'s review comments.

[jira] [Updated] (AVRO-3087) Can't build Avro C++ without Snappy

2021-03-22 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-3087: -- Resolution: Fixed Status: Resolved (was: Patch Available) Merged the PR. Thank

[jira] [Resolved] (AVRO-3070) [Build] C++ lint is failing Github Actions

2021-03-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-3070. --- Resolution: Fixed Merged the PR > [Build] C++ lint is failing Github Actions >

[jira] [Assigned] (AVRO-3070) [Build] C++ lint is failing Github Actions

2021-03-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-3070: - Assignee: Thiruvalluvan M. G. > [Build] C++ lint is failing Github Actions >

[jira] [Commented] (AVRO-3089) Fix Warnings during C++ build

2021-03-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17305718#comment-17305718 ] Thiruvalluvan M. G. commented on AVRO-3089: --- The 10 warnings no longer appear:

[jira] [Updated] (AVRO-3089) Fix Warnings during C++ build

2021-03-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-3089: -- Description: The C++ build generates 10 warnings in our automated builds. See for

[jira] [Created] (AVRO-3089) C++ Warnings

2021-03-21 Thread Thiruvalluvan M. G. (Jira)
Thiruvalluvan M. G. created AVRO-3089: - Summary: C++ Warnings Key: AVRO-3089 URL: https://issues.apache.org/jira/browse/AVRO-3089 Project: Apache Avro Issue Type: Improvement

[jira] [Updated] (AVRO-3089) Fix Warnings during C++ build

2021-03-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-3089: -- Summary: Fix Warnings during C++ build (was: C++ Warnings) > Fix Warnings during C++

[jira] [Commented] (AVRO-3070) [Build] C++ lint is failing Github Actions

2021-03-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17305701#comment-17305701 ] Thiruvalluvan M. G. commented on AVRO-3070: --- I made a PR with the actual fix. Instead of holding

[jira] [Updated] (AVRO-3070) [Build] C++ lint is failing Github Actions

2021-03-21 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-3070: -- Component/s: c++ > [Build] C++ lint is failing Github Actions >

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-03-07 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296889#comment-17296889 ] Thiruvalluvan M. G. commented on AVRO-3051: --- Merged the PR. Thanks a lot [~emkornfield] for your

[jira] [Resolved] (AVRO-2933) avro c++ CMakeList enforces a specific version of C++ instead of letting user CXXFLAGS

2021-03-07 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2933. --- Fix Version/s: 1.11.0 Resolution: Fixed Merged the pull request. Thank you

[jira] [Assigned] (AVRO-2933) avro c++ CMakeList enforces a specific version of C++ instead of letting user CXXFLAGS

2021-03-07 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-2933: - Assignee: Thomas Barbier > avro c++ CMakeList enforces a specific version of C++

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-02-27 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292293#comment-17292293 ] Thiruvalluvan M. G. commented on AVRO-3051: --- This is next installment:

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-02-27 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292292#comment-17292292 ] Thiruvalluvan M. G. commented on AVRO-3051: --- I've merged the PR:  

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-02-26 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17291774#comment-17291774 ] Thiruvalluvan M. G. commented on AVRO-3051: --- If there is objection, I'll merge the pull request

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-02-25 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17290953#comment-17290953 ] Thiruvalluvan M. G. commented on AVRO-3051: --- The first installment of changes is at

[jira] [Created] (AVRO-3051) Modernize C++ implementation

2021-02-23 Thread Thiruvalluvan M. G. (Jira)
Thiruvalluvan M. G. created AVRO-3051: - Summary: Modernize C++ implementation Key: AVRO-3051 URL: https://issues.apache.org/jira/browse/AVRO-3051 Project: Apache Avro Issue Type:

[jira] [Updated] (AVRO-3051) Modernize C++ implementation

2021-02-23 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-3051: -- Component/s: c++ > Modernize C++ implementation > > >

[jira] [Resolved] (AVRO-3031) avrocppgen does not generate correct C++ code when the schema contains C++ reserved words.

2021-02-23 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-3031. --- Resolution: Fixed Merged the Pull Request. Thanks a ton [~areese999] > avrocppgen

[jira] [Assigned] (AVRO-3031) avrocppgen does not generate correct C++ code when the schema contains C++ reserved words.

2021-02-23 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-3031: - Assignee: Allen Reese > avrocppgen does not generate correct C++ code when the

[jira] [Comment Edited] (AVRO-2933) avro c++ CMakeList enforces a specific version of C++ instead of letting user CXXFLAGS

2020-09-30 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204772#comment-17204772 ] Thiruvalluvan M. G. edited comment on AVRO-2933 at 9/30/20, 2:27 PM: -

[jira] [Commented] (AVRO-2933) avro c++ CMakeList enforces a specific version of C++ instead of letting user CXXFLAGS

2020-09-30 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17204772#comment-17204772 ] Thiruvalluvan M. G. commented on AVRO-2933: --- Instead of just adding this flag, we should just

[jira] [Resolved] (AVRO-2891) Expose last sync offset written on DataFileWriter

2020-09-30 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2891. --- Resolution: Fixed Pull Request merged. Thank you [~krishnan.sundaram] > Expose last

[jira] [Assigned] (AVRO-2891) Expose last sync offset written on DataFileWriter

2020-09-29 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-2891: - Assignee: Krishnan Sundaram > Expose last sync offset written on DataFileWriter

[jira] [Resolved] (AVRO-2620) Max precision on decimal/fixed LogicalType is wrong

2019-11-09 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2620. --- Resolution: Fixed Merged the Pull Request. Thank you [~ryanskraba] > Max precision

[jira] [Updated] (AVRO-2620) Max precision on decimal/fixed LogicalType is wrong

2019-11-09 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-2620: -- Component/s: c++ > Max precision on decimal/fixed LogicalType is wrong >

[jira] [Resolved] (AVRO-2570) Code line doesn't match the code in Avro C++ Document

2019-11-09 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2570. --- Resolution: Fixed Merged the pull request. Thank you [~zeshuai007] > Code line

[jira] [Updated] (AVRO-2570) Code line doesn't match the code in Avro C++ Document

2019-11-09 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-2570: -- Component/s: (was: c) c++ > Code line doesn't match the code in

[jira] [Resolved] (AVRO-484) avro C++ HTTP rpc support

2019-10-31 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-484. -- Resolution: Won't Fix This has been pending for over 6 years with no activity. Closing

[jira] [Commented] (AVRO-1370) C++ code generation should generate individual header files for each type

2019-10-28 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960825#comment-16960825 ] Thiruvalluvan M. G. commented on AVRO-1370: --- The reason we generate a single header file is that

[jira] [Commented] (AVRO-484) avro C++ HTTP rpc support

2019-10-28 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960819#comment-16960819 ] Thiruvalluvan M. G. commented on AVRO-484: -- This ticket has not been moving for more than 9 years

[jira] [Resolved] (AVRO-2431) Remove trailing whitespaces from avro C++ files

2019-10-28 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2431. --- Fix Version/s: 1.9.2 Resolution: Fixed Merged the Pull Request. Thank you

[jira] [Resolved] (AVRO-2275) Refactor schema-resolution code from grammar-generation

2019-04-20 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2275. --- Resolution: Fixed Merged the pull request [https://github.com/apache/avro/pull/395]

[jira] [Resolved] (AVRO-2300) Enhance encoder to track the total number of bytes written

2019-01-17 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2300. --- Resolution: Fixed Pull Request merged > Enhance encoder to track the total number of

[jira] [Assigned] (AVRO-2202) Use of -fstack-protector or -D_GLIBCXX_DEBUG causes memory corruption when combined with musl libc static builds

2019-01-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-2202: - Assignee: Thiruvalluvan M. G. Fix Version/s: 1.9.0 > Use of

[jira] [Assigned] (AVRO-1543) libboost_zlib library is not detected but is required

2019-01-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-1543: - Assignee: Thiruvalluvan M. G. Fix Version/s: 1.9.0 > libboost_zlib

[jira] [Assigned] (AVRO-1979) Errors when using avroccp.lib in Visual studio 2015

2019-01-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-1979: - Assignee: Thiruvalluvan M. G. Fix Version/s: 1.9.0 > Errors when using

[jira] [Assigned] (AVRO-1541) Specific.hh is over-specialized for standard C++ containers

2019-01-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-1541: - Assignee: Thiruvalluvan M. G. > Specific.hh is over-specialized for standard C++

[jira] [Resolved] (AVRO-2295) Move C++ to std from boost wherever possible

2019-01-08 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-2295. --- Resolution: Fixed Merged the Pull Request > Move C++ to std from boost wherever

[jira] [Assigned] (AVRO-2295) Move C++ to std from boost wherever possible

2019-01-07 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-2295: - Assignee: Thiruvalluvan M. G. > Move C++ to std from boost wherever possible >

[jira] [Updated] (AVRO-1520) seek error when using compression and schema evolution

2019-01-07 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1520: -- Resolution: Fixed Status: Resolved (was: Patch Available) Merged the pull

[jira] [Commented] (AVRO-2297) Ruby build fails in docker container

2019-01-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16734756#comment-16734756 ] Thiruvalluvan M. G. commented on AVRO-2297: --- [https://github.com/apache/avro/pull/422] is for

[jira] [Created] (AVRO-2297) Ruby build fails in docker container

2019-01-04 Thread Thiruvalluvan M. G. (JIRA)
Thiruvalluvan M. G. created AVRO-2297: - Summary: Ruby build fails in docker container Key: AVRO-2297 URL: https://issues.apache.org/jira/browse/AVRO-2297 Project: Apache Avro Issue Type:

[jira] [Resolved] (AVRO-1478) protobuf namespaces causing problem for avro c++ reader

2019-01-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-1478. --- Resolution: Fixed Merged the pull request. Thank you [~gjbax...@mac.com] for

[jira] [Commented] (AVRO-1478) protobuf namespaces causing problem for avro c++ reader

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16732668#comment-16732668 ] Thiruvalluvan M. G. commented on AVRO-1478: --- Created a pull request

[jira] [Updated] (AVRO-1520) seek error when using compression and schema evolution

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1520: -- Fix Version/s: (was: 1.7.6) 1.9.0 > seek error when using

[jira] [Assigned] (AVRO-1520) seek error when using compression and schema evolution

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-1520: - Assignee: Thiruvalluvan M. G. > seek error when using compression and schema

[jira] [Assigned] (AVRO-1478) protobuf namespaces causing problem for avro c++ reader

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-1478: - Assignee: Thiruvalluvan M. G. > protobuf namespaces causing problem for avro c++

[jira] [Updated] (AVRO-1176) ResolvingDecoder fails to resolve or parse schemas

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1176: -- Resolution: Fixed Status: Resolved (was: Patch Available) Merged Pull Request

[jira] [Updated] (AVRO-1543) libboost_zlib library is not detected but is required

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1543: -- Environment: Windows? > libboost_zlib library is not detected but is required >

[jira] [Commented] (AVRO-1543) libboost_zlib library is not detected but is required

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16732104#comment-16732104 ] Thiruvalluvan M. G. commented on AVRO-1543: --- It appears to be a windows-only issue. We are able

[jira] [Resolved] (AVRO-1416) Minor patches to fix warnings with gcc 4.8, clang 3.3 and visual studio (old versions at least).

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-1416. --- Resolution: Fixed Applied the patch using github pull request. Thank you [~drussel].

[jira] [Assigned] (AVRO-1416) Minor patches to fix warnings with gcc 4.8, clang 3.3 and visual studio (old versions at least).

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-1416: - Assignee: Daniel Russel > Minor patches to fix warnings with gcc 4.8, clang 3.3

[jira] [Resolved] (AVRO-1350) Error in decoding enums using ResolvingDecoder

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-1350. --- Resolution: Resolved The offending sort has been removed years ago: 

[jira] [Assigned] (AVRO-1176) ResolvingDecoder fails to resolve or parse schemas

2019-01-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-1176: - Assignee: Thiruvalluvan M. G. > ResolvingDecoder fails to resolve or parse

[jira] [Updated] (AVRO-1936) avrogencpp, includes should have more guards or generate more headers

2018-12-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1936: -- Issue Type: Improvement (was: Bug) > avrogencpp, includes should have more guards or

[jira] [Updated] (AVRO-1541) Specific.hh is over-specialized for standard C++ containers

2018-12-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1541: -- Issue Type: Improvement (was: Bug) > Specific.hh is over-specialized for standard C++

[jira] [Updated] (AVRO-1496) Avro aliases support for C++

2018-12-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1496: -- Issue Type: Improvement (was: Bug) > Avro aliases support for C++ >

[jira] [Updated] (AVRO-2271) C++ Support for Custom Fields

2018-12-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-2271: -- Issue Type: Improvement (was: Bug) > C++ Support for Custom Fields >

[jira] [Resolved] (AVRO-1444) Unable to reuse JSonDecoder and JSONDecoder crashes

2018-12-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-1444. --- Resolution: Fixed Merged the Pull Request > Unable to reuse JSonDecoder and

[jira] [Resolved] (AVRO-1190) C++ json parser fails to decode multibyte unicode code points

2018-12-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-1190. --- Resolution: Fixed Fix Version/s: 1.9.0 Merged the Pull Request > C++ json

[jira] [Updated] (AVRO-1137) Could we have a folder with examples/samples in the source code

2018-12-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1137: -- Component/s: build > Could we have a folder with examples/samples in the source code >

[jira] [Updated] (AVRO-1774) Update documentation with instructions/examples for using different code generation template

2018-12-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1774: -- Component/s: doc > Update documentation with instructions/examples for using different

[jira] [Updated] (AVRO-1269) AVRO is converting ORACLE,Netezza,Teradata decmials & long integers to Strings.

2018-12-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1269: -- Component/s: java > AVRO is converting ORACLE,Netezza,Teradata decmials & long integers

[jira] [Updated] (AVRO-1180) Broken links on Code Review Checklist page on confluence

2018-12-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1180: -- Component/s: build > Broken links on Code Review Checklist page on confluence >

[jira] [Updated] (AVRO-1025) migrate website & dist to svnpubsub

2018-12-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1025: -- Component/s: build > migrate website & dist to svnpubsub >

[jira] [Updated] (AVRO-1557) downloads AVRO from the website

2018-12-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1557: -- Component/s: build > downloads AVRO from the website >

  1   2   3   4   5   6   7   >