aliyun/aliyun-odps-java-sdk

udf context package'name error

tanxstar opened this issue · 2 comments

/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;

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

Let me know if this package name breaks anything.