Kengo Seki created AVRO-2759:
--------------------------------
Summary: Fix Ruby test not to redefine a function with the same
name
Key: AVRO-2759
URL: https://issues.apache.org/jira/browse/AVRO-2759
Project: Apache Avro
Issue Type: Test
Reporter: Kengo Seki
Assignee: Kengo Seki
Running {{./build.sh test}} in the {{lang/ruby}} directory shows the following
warnings.
{code}
#################################################################
##### Run tests: /avro/lang/ruby/
#################################################################
(snip)
/avro/lang/ruby/test/test_schema.rb:20: warning: method redefined; discarding
old hash_to_schema
/avro/lang/ruby/test/test_schema_validator.rb:28: warning: previous definition
of hash_to_schema was here
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)