1
0

Fix the name of avro schema file in Test

Fixed the name of avro schema file in Test

Signed-off-by: Yishuang Lu <luystu@gmail.com>
This commit is contained in:
Yishuang Lu
2018-09-23 17:23:35 -07:00
committed by vinoth chandar
parent 460e24e84b
commit faf93b6340
7 changed files with 5 additions and 5 deletions

View File

@@ -288,7 +288,7 @@
<exclude>**/*.sh</exclude>
<exclude>**/*.log</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/test/resources/*.avro</exclude>
<exclude>**/test/resources/*.avsc</exclude>
<exclude>**/test/resources/*.data</exclude>
<exclude>**/test/resources/*.schema</exclude>
<exclude>**/test/resources/*.csv</exclude>