atsuyam opened a new pull request, #15864:
URL: https://github.com/apache/iceberg/pull/15864

   The `Using a Hive catalog` code example in 
`docs/docs/java-api-quickstart.md` 
   has two import statements missing semicolons:
   
   - `import java.util.HashMap` → `import java.util.HashMap;`
   - `import java.util.Map` → `import java.util.Map;`
   
   All other import statements in the same file already have semicolons.
   


-- 
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]

Reply via email to