udf context package'name error
tanxstar opened this issue · 2 comments
tanxstar commented
/odps-sdk-udf/src/main/java/com/aliyun/odps/udf/UDTExecutionContext.java
line:20 package'name error.
now: package com.aliyun.odps.udt;
package com.aliyun.odps.udf;
cornmonster commented
The path of java source code shouldn't break the compilation or execution, since the path in jar file is correct.
jar -tf odps-sdk-udf-0.36.0-SNAPSHOT.jar | grep udt
com/aliyun/odps/udt/
com/aliyun/odps/udt/UDTExecutionContext.class
cornmonster commented
Let me know if this package name breaks anything.