1
0

[MINOR] Fix some code style issues based on check-style plugin (#4532)

Co-authored-by: yuezhang <yuezhang@freewheel.tv>
This commit is contained in:
YueZhang
2022-01-09 17:14:56 +08:00
committed by GitHub
parent 36790709f7
commit cf362fb2d5
11 changed files with 12 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ import org.apache.orc.storage.ql.exec.vector.UnionColumnVector;
import org.apache.orc.storage.serde2.io.DateWritable;
import org.apache.hudi.exception.HoodieIOException;
import org.apache.orc.TypeDescription;
import static org.apache.avro.JsonProperties.NULL_VALUE;
/**