RussellSpitzer commented on code in PR #10681: URL: https://github.com/apache/iceberg/pull/10681#discussion_r1678312407
########## .baseline/checkstyle/checkstyle.xml: ########## @@ -281,16 +280,13 @@ </module> <module name="InnerAssignment"/> <!-- Java Coding Guidelines: Inner assignments: Not used --> <module name="MemberName"> <!-- Java Style Guide: Non-constant field names --> - <property name="format" value="^[a-z][a-zA-Z0-9]+$"/> - <message key="name.invalidPattern" value="Member name ''{0}'' must match pattern ''{1}''."/> + <property name="format" value="^[a-z][a-zA-Z0-9]++$"/> Review Comment: Could you explain what the ++ syntax means? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org