bhasudha commented on issue #1956: URL: https://github.com/apache/hudi/issues/1956#issuecomment-673341610
> so on single column table it was https://github.com/apache/hudi/blob/release-0.5.3/hudi-spark/src/main/java/org/apache/hudi/keygen/SimpleKeyGenerator.java#L58 > > can I use complexkey class even for single column table ? It should be possible. It would split record keys separated by comma (in case of multiple columns) into a list. ---------------------------------------------------------------- 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]
