wuchong commented on PR #3002:
URL: https://github.com/apache/fluss/pull/3002#issuecomment-4199022797
This is failed on my local env:
```
java.lang.AssertionError:
Expecting actual:
[(��������%�����,0),
(null,1),
(�����������,2),
(null,3),
(�����������,4),
(null,5),
(������������,6),
(null,7),
(hello, friend8,8),
(null,9),
(hello, friend10,10),
(null,11),
(hello, friend12,12),
(null,13),
(hello, friend14,14),
(null,15),
(hello, friend16,16),
(null,17),
(hello, friend18,18),
(null,19),
(hello, friend20,20),
(null,21),
(hello, friend22,22),
(null,23),
(hello, friend24,24),
(null,25),
(hello, friend26,26),
(null,27),
(hello, friend28,28),
(null,29)]
to contain exactly in any order:
[(hello, friend0,0),
(null,1),
(hello, friend2,2),
(null,3),
(hello, friend4,4),
(null,5),
(hello, friend6,6),
(null,7),
(hello, friend8,8),
(null,9),
(hello, friend10,10),
(null,11),
(hello, friend12,12),
(null,13),
(hello, friend14,14),
(null,15),
(hello, friend16,16),
(null,17),
(hello, friend18,18),
(null,19),
(hello, friend20,20),
(null,21),
(hello, friend22,22),
(null,23),
(hello, friend24,24),
(null,25),
(hello, friend26,26),
(null,27),
(hello, friend28,28),
(null,29)]
elements not found:
[(hello, friend0,0), (hello, friend2,2), (hello, friend4,4), (hello,
friend6,6)]
and elements not expected:
[(��������%�����,0), (�����������,2), (�����������,4),
(������������,6)]
at
org.apache.fluss.client.table.scanner.log.RemoteLogScannerITCase.testScanFromRemoteAndProject(RemoteLogScannerITCase.java:197)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
```
--
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]