Akash-1221 commented on code in PR #7167: URL: https://github.com/apache/hbase/pull/7167#discussion_r2288665160
########## hbase-shell/src/main/ruby/irb/hirb.rb: ########## @@ -23,6 +23,70 @@ module IRB # Subclass of IRB so can intercept methods class HIRB < Irb + # Method for checking the variable name conflict with the hbase command name + def check_variable_assignment_conflict(line) Review Comment: I have fixed the inconsistent identation issue. -- 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]
