Skip to content

Commit c9cb6cf

Browse files
committed
Update ST_Geometry.java
Make ST_Geometry public
1 parent 3481f0e commit c9cb6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hive/src/main/java/com/esri/hadoop/hive/ST_Geometry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
import org.apache.hadoop.hive.ql.exec.UDF;
44

5-
abstract class ST_Geometry extends UDF {
5+
public abstract class ST_Geometry extends UDF {
66

77
}

0 commit comments

Comments
 (0)