[
https://issues.apache.org/jira/browse/AVRO-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483993#comment-14483993
]
Ryan Blue commented on AVRO-1660:
---------------------------------
bq. To me, it sounds reasonable to check for duplicates within a batch.
I agree with that, but we don't know that they are duplicates without checking
the file system. But we also can't distinguish between duplicates within a
batch from files that would be overwritten... unless we checked before creating
any files and then failing an overwrite after that point. But that sounds
needlessly complicated to avoid a FS problem.
> case sensitivity affects schema to java file generation
> -------------------------------------------------------
>
> Key: AVRO-1660
> URL: https://issues.apache.org/jira/browse/AVRO-1660
> Project: Avro
> Issue Type: Bug
> Affects Versions: 1.7.7
> Environment: mac OS X
> Reporter: Balaji Ambresh
> Fix For: 1.7.7
>
> Attachments: delta.diff
>
>
> On a linux box, creating 2 schemas with com.example.organization and
> com.example.Organization will compile fine. 2 files (organization.java and
> Organization.java) would get generated. On a mac however, both files would be
> treated the same. This could be caught while generating the file(s).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)