openinx commented on issue #1865: URL: https://github.com/apache/iceberg/issues/1865#issuecomment-737721603
The published `iceberg-flink-runtime` should not contains sources code, because it's for production purpose. If you really want to debug the runtime code, you might need to rebuild the project to get a new runtime jar with sources attached. For most cases, I don't use the IDE debug directly, I will read the stactrace and read the code base to see what's wong, if it indeed a potential bug, I will write an unit test to reproduce. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
