[Bug]: Query collect
and group by
clauses crashes for BIR optimizer changes
#40943
Labels
needTriage
The issue has to be inspected and labeled manually
Reason/MultipleComponentInteraction
Issue occured due to interactions in multiple components.
Team/CompilerFE
All issues related to Language implementation and Compiler, this exclude run times.
Team/jBallerina
All the issues related to BIR, JVM backend code generation and runtime
Type/Bug
userCategory/Compilation
Description
When we change the BIR optimizing order and execute the query expressions, it crashes at code generation.
Ideally, the compilation and code generation should not depend on the BIR optimization phase.
Steps to Reproduce
Move the
LargeMethodOptimizer
to execute first in the BIR optimizing phase and execute the following code with the newly built pack.The above code crashes with following
Affected Version(s)
master
OS, DB, other environment details and versions
No response
Related area
-> Compilation
Related issue(s) (optional)
#40873
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: