yoohaemin opened a new issue, #1801: URL: https://github.com/apache/fury/issues/1801
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.7.0 ### Component(s) Java, Other ### Minimal reproduce step https://github.com/yoohaemin/fury-bugreport/blob/65788b6902939e71aa136959183c13b132861ce6/src/main/scala/Main.scala You can clone the repo and try `sbt run` at the root of the repo. ### What did you expect to see? serialization round-trip works ### What did you see instead? generate java source failed to compile. See the linked file above for the message. ### Anything Else? See: https://stackoverflow.com/questions/30809070/accessing-scala-nested-classes-from-java This shows the correct format of referring to classes inside nested scala `object`s. In this case, it should be `test.A$B$C`. It generated `test.A.B$.C`. ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
