Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Feature]: Missing visible symbols in the group by clause #40289

Closed
TharushiJay opened this issue Apr 24, 2023 · 1 comment
Closed

[New Feature]: Missing visible symbols in the group by clause #40289

TharushiJay opened this issue Apr 24, 2023 · 1 comment
Assignees
Labels
Area/SemanticAPI Semantic API Related Issues #Compiler needTriage The issue has to be inspected and labeled manually Priority/High Type/NewFeature userCategory/Compilation

Comments

@TharushiJay
Copy link
Contributor

TharushiJay commented Apr 24, 2023

Description

Missing the visible symbols for buyer and price in the below code segment.

Steps to Reproduce

function testIterableOperation() {
    var orders = [{buyer: "b1", price: 12}, {buyer: "b2", price: 13}, {buyer: "b3", price: 14}, {buyer: "b3", price: 15}];

    var buyers = from var {buyer, price} in orders
               group by b<cursor>
               
}

Affected Version(s)

Branch query-grouping-aggregation

OS, DB, other environment details and versions

No response

Related area

-> Compilation

Related issue(s) (optional)

#40291

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@TharushiJay TharushiJay added the Area/SemanticAPI Semantic API Related Issues #Compiler label Apr 24, 2023
@ballerina-bot ballerina-bot added needTriage The issue has to be inspected and labeled manually userCategory/Compilation labels Apr 24, 2023
@dulajdilshan dulajdilshan changed the title [Bug]: Missing visible symbols in the group by clause [New Feature]: Missing visible symbols in the group by clause Apr 24, 2023
@dulajdilshan
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/SemanticAPI Semantic API Related Issues #Compiler needTriage The issue has to be inspected and labeled manually Priority/High Type/NewFeature userCategory/Compilation
Projects
Archived in project
Development

No branches or pull requests

3 participants