This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new c9485b9a [hotfix] Fix checkstyle error in flink-table-store-hive module
c9485b9a is described below

commit c9485b9a790d2a83644c075b175db4bb154f8d82
Author: Yu Li <[email protected]>
AuthorDate: Fri Feb 3 21:29:15 2023 +0800

    [hotfix] Fix checkstyle error in flink-table-store-hive module
    
    This closes #500
---
 .../hive/objectinspector/TableStoreTimestampObjectInspector.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/flink-table-store-hive/flink-table-store-hive-connector/src/main/2/org/apache/flink/table/store/hive/objectinspector/TableStoreTimestampObjectInspector.java
 
b/flink-table-store-hive/flink-table-store-hive-connector/src/main/2/org/apache/flink/table/store/hive/objectinspector/TableStoreTimestampObjectInspector.java
index 4e145232..34c2745c 100644
--- 
a/flink-table-store-hive/flink-table-store-hive-connector/src/main/2/org/apache/flink/table/store/hive/objectinspector/TableStoreTimestampObjectInspector.java
+++ 
b/flink-table-store-hive/flink-table-store-hive-connector/src/main/2/org/apache/flink/table/store/hive/objectinspector/TableStoreTimestampObjectInspector.java
@@ -18,13 +18,13 @@
 
 package org.apache.flink.table.store.hive.objectinspector;
 
+import org.apache.flink.table.store.data.Timestamp;
+
 import org.apache.hadoop.hive.serde2.io.TimestampWritable;
 import 
org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector;
 import 
org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector;
 import org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory;
 
-import org.apache.flink.table.store.data.Timestamp;
-
 /** {@link AbstractPrimitiveJavaObjectInspector} for TIMESTAMP type. */
 public class TableStoreTimestampObjectInspector extends 
AbstractPrimitiveJavaObjectInspector
         implements TimestampObjectInspector {

Reply via email to