[MXS-1298] MaxScale misspelling in Avro-related error message Created: 2017-06-28  Updated: 2017-12-01  Resolved: 2017-07-06

Status: Closed
Project: MariaDB MaxScale
Component/s: avrorouter
Affects Version/s: None
Fix Version/s: 2.1.4

Type: New Feature Priority: Minor
Reporter: Chris Calender (Inactive) Assignee: markus makela
Resolution: Fixed Votes: 0
Labels: None


 Description   

I ran across a minor misspelling in the below Avro-related error message:

2017-06-26 10:38:27 error : Failed to read field value 'address', type 'bytes' at file offset 3646, record numer 0.
2017-06-26 10:38:27 error : Failed to read field value 'address', type 'bytes' at file offset 3646, record numer 3.

That last work should read "number" instead of "numer".



 Comments   
Comment by Chris Calender (Inactive) [ 2017-06-28 ]

I tried to push the following fix:

C:\mysql\MaxScale\avro>diff maxavro_record.c maxavro_record_orig.c
185c185
<   "file offset %ld, record number %lu.",
---
>   "file offset %ld, record numer %lu.",

However, when I issue the following command via git, I receive:

C:\mysql\MaxScale>git push --set-upstream origin MXS-1298
remote: Permission to mariadb-corporation/MaxScale.git denied to chriscalender.
fatal: unable to access 'https://github.com/mariadb-corporation/MaxScale.git/': The requested URL returned error: 403

Can you please add me as someone able to submit a patch?

Many thanks in advance.

I know it's low-lying fruit, but you have to start somewhere.

Comment by markus makela [ 2017-07-06 ]

We only allow code submissions via pull requests on GitHub.

Generated at Thu Feb 08 04:05:41 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.