Skip to content

Summarize and direct groupby field access result in runtime error or hang #2876

@gregli-msft

Description

@gregli-msft

This trivial case is reduced from a much bigger example.

Summarize( [{Value:1,Sixteen:1}], Sixteen, Dec2Hex( Sixteen, 3 ) As LevelOne )

results in runtime errors in the column LevelOne, while this does not:

Summarize( [{Value:1,Sixteen:1}], Sixteen, Dec2Hex( First(ThisGroup).Sixteen, 3 ) As LevelOne )

Image

Using Text instead of Dec2Hex results in a hang in the REPL.

It may be thinking that Sixteen is a table?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions