fhan688 commented on PR #18909: URL: https://github.com/apache/hudi/pull/18909#issuecomment-4622819445
> Heyo @fhan688, we recently started cleaning up our builder patterns with Lombok to reduce boilerplate code. > > ``` > Error: /home/runner/work/hudi/hudi/hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/log/TestHoodieLogFormatWriter.java:[99,51] cannot find symbol > > ... > > Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:testCompile (default-testCompile) on project hudi-hadoop-common: Compilation failure > Error: /home/runner/work/hudi/hudi/hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/log/TestHoodieLogFormatWriter.java:[99,51] cannot find symbol > Error: symbol: method newWriterBuilder() > Error: location: interface org.apache.hudi.common.table.log.HoodieLogFormat > Error: -> [Help 1] > ``` > > The error you are seeing is a builder pattern migration introduce in: > > https://github.com/apache/hudi/pull/17785/changes#diff-df46d638afac77124f4b075a88ae64f7a74088fc514cd2ea33328e9687b0eaeeR55-R66 > > Just a headsup. thanks! I'll fix this later. -- 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]
