xx789633 commented on code in PR #1441:
URL: https://github.com/apache/fluss/pull/1441#discussion_r2281274971


##########
fluss-lake/fluss-lake-lance/src/test/java/com/alibaba/fluss/lake/lance/LakeEnabledTableCreateITCase.java:
##########
@@ -182,25 +185,11 @@ void testLogTable() throws Exception {
                         FieldType.nullable(new 
ArrowType.Timestamp(TimeUnit.MICROSECOND, null)),
                         null);
 
-        // for __bucket, __offset, __timestamp
-        Field logC17 =
-                new Field(
-                        BUCKET_COLUMN_NAME, FieldType.nullable(new 
ArrowType.Int(32, true)), null);
-        Field logC18 =
-                new Field(
-                        OFFSET_COLUMN_NAME, FieldType.nullable(new 
ArrowType.Int(64, true)), null);
-        Field logC19 =
-                new Field(
-                        TIMESTAMP_COLUMN_NAME,
-                        FieldType.nullable(new 
ArrowType.Timestamp(TimeUnit.MICROSECOND, null)),
-                        null);
-
         org.apache.arrow.vector.types.pojo.Schema expectedSchema =
                 new org.apache.arrow.vector.types.pojo.Schema(
                         Arrays.asList(
                                 logC1, logC2, logC3, logC4, logC5, logC6, 
logC7, logC8, logC9,
-                                logC10, logC11, logC12, logC13, logC14, 
logC15, logC16, logC17,
-                                logC18, logC19));
+                                logC10, logC11, logC12, logC13, logC14, 
logC15, logC16));

Review Comment:
   Currently, for data ingestion, we don't need these columns.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to