macdoor commented on issue #1491: URL: https://github.com/apache/incubator-paimon/issues/1491#issuecomment-1681660350
@JingsongLi [server.log-20230817.134144.zip](https://github.com/apache/incubator-paimon/files/12365899/server.log-20230817.134144.zip) ``` CREATE TABLE bb ( bizVersion string, fileBody array<row< request_msg string >>, fileHead row< fileSeq string, recCompanyID string, sndCompanyID string >, fileTail row< createTime string, poOrderCnt string >, raw_rowtime timestamp(3), dt string ) PARTITIONED BY (dt) with ( 'compaction.max.file-num'='100', 'full-compaction.delta-commits' = '50', 'continuous.discovery-interval' = '1s') ``` Query paimon table in Trino 423 and got error ``` [2023-08-17 13:43:21] 0 rows retrieved in 620 ms (execution: 299 ms, fetching: 321 ms) [2023-08-17 13:43:21] [65536] Query failed (#20230817_054320_00021_7spqn): 'io.trino.spi.block.BlockBuilder io.trino.spi.block.BlockBuilder.beginBlockEntry()' [2023-08-17 13:43:21] java.lang.NoSuchMethodError: 'io.trino.spi.block.BlockBuilder io.trino.spi.block.BlockBuilder.beginBlockEntry()' ``` paimon-trino-422-0.5-20230817.000424-24.jar trino-server-423 Query same table in Trino 420 and success paimon-trino-393-0.5-SNAPSHOT-07102100.jar trino-server-420 -- 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]
