[GitHub] [spark] tashoyan commented on pull request #28491: [SPARK-30267][SQL] Interoperability tests with Avro records generated by Avro4s

2020-05-20 Thread GitBox
tashoyan commented on pull request #28491: URL: https://github.com/apache/spark/pull/28491#issuecomment-631371744 I'm fine with both approaches. Compatibility with Avro4s looks like additional value to me. However, if the community disagrees with test-scope dependency on Avro4s, then I

[GitHub] [spark] tashoyan commented on pull request #28491: [SPARK-30267][SQL] Interoperability tests with Avro records generated by Avro4s

2020-05-19 Thread GitBox
tashoyan commented on pull request #28491: URL: https://github.com/apache/spark/pull/28491#issuecomment-631045701 Technically we can write case classes simulating the output of avro4s. This approach has a disadvantage: no clue about what version of avro4s we are compatible with. With