YannByron commented on PR #2277: URL: https://github.com/apache/fluss/pull/2277#issuecomment-3737255975
> UT lacks of partition table write. > > ``` > The table is a partitioned table, please use "subscribe(long partitionId, int bucket, long offset)" to subscribe a partitioned bucket instead. > java.lang.IllegalStateException: The table is a partitioned table, please use "subscribe(long partitionId, int bucket, long offset)" to subscribe a partitioned bucket instead. > at org.apache.fluss.client.table.scanner.log.LogScannerImpl.subscribe(LogScannerImpl.java:176) > at org.apache.fluss.client.table.scanner.log.LogScanner.subscribeFromBeginning(LogScanner.java:78) > at org.apache.fluss.spark.FlussSparkTestBase.$anonfun$getRowsWithChangeType$1(FlussSparkTestBase.scala:88) > at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:158) > at org.apache.fluss.spark.FlussSparkTestBase.getRowsWithChangeType(FlussSparkTestBase.scala:88) > ``` @Yohahaha thanks, I'll check and fix it. -- 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]
