morningman commented on issue #60634: URL: https://github.com/apache/doris/issues/60634#issuecomment-3988698617
Thank you for reporting this issue. Special thanks to @Ruffianjiang for the valuable clue regarding `useServerPrepStmts=true`. It appears there is a compatibility issue between Doris and newer versions of `mysql-connector-j` (9.5.0+) when server-side prepared statements are enabled. To help us diagnose the root cause more efficiently, could you please provide **complete reproduction steps**? The dependency information you provided is helpful, but a minimal, reproducible Java code snippet would be highly appreciated. Please include: 1. The complete JDBC connection URL (including any parameters). 2. The table creation statement. 3. The Java code used to insert test data and execute the query that returns empty results. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
