[
https://issues.apache.org/jira/browse/HBASE-28864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883160#comment-17883160
]
Andrew Kyle Purtell edited comment on HBASE-28864 at 9/20/24 5:56 AM:
----------------------------------------------------------------------
Linux Centos9 Stream, aarch64, Java 8
It seems this should have been a visible issue, the assignment_expression
definition is missing. I can reproduce by launching the shell and trying any
command. What version did you test? trunk only? Or also including branch-2?
Weird.
was (Author: apurtell):
Linux Centos9 Stream, aarch64, Java 8
It seems this should have been a visible issue, the assignment_expression
definition is missing. I can reproduce by launching the shell and tying any
command. What version did you test? trunk only? Or also including branch-2?
Weird.
> NoMethodError undefined method assignment_expression?
> -----------------------------------------------------
>
> Key: HBASE-28864
> URL: https://issues.apache.org/jira/browse/HBASE-28864
> Project: HBase
> Issue Type: Bug
> Components: shell
> Affects Versions: 3.0.0-beta-1, 4.0.0-alpha-1, 2.7.0
> Reporter: Andrew Kyle Purtell
> Assignee: Andrew Kyle Purtell
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1, 2.7.0, 3.0.0-beta-2
>
>
> After HBASE-28250 Bump jruby to 9.4.8.0 to fix snakeyaml CVE after every
> command the message "NoMethodError undefined method assignment_expression?"
> is printed.
> This is called from code copied from
> https://github.com/ruby/irb/blob/v1.4.2/lib/irb.rb . The fix is to also copy
> over the definition of `assignment_expression`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)