Skip to content

Commit b1be549

Browse files
committed
Updates .gitignore and adds an Avro generated Java source file
This file wasn't committed due to the wrongly configured .gitignore
1 parent 87b59ab commit b1be549

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ metastore/
7474
warehouse/
7575
TempStatsStore/
7676
sql/hive-thriftserver/test_warehouses
77-
sql/core/src/test/gen-java/
77+
sql/core/src/test/gen-java/org/apache/spark/sql/parquet/test/thrift
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Autogenerated by Avro
3+
*
4+
* DO NOT EDIT DIRECTLY
5+
*/
6+
package org.apache.spark.sql.parquet.test.avro;
7+
@SuppressWarnings("all")
8+
@org.apache.avro.specific.AvroGenerated
9+
public enum Suit {
10+
SPADES, HEARTS, DIAMONDS, CLUBS ;
11+
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Suit\",\"namespace\":\"org.apache.spark.sql.parquet.test.avro\",\"symbols\":[\"SPADES\",\"HEARTS\",\"DIAMONDS\",\"CLUBS\"]}");
12+
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
13+
}

0 commit comments

Comments
 (0)