Update AggregateRel.CopyWithExpressionRewrite to rewrite measure functions in addition to filters #499
dev.yml
on: pull_request
Code Linting (ubuntu-latest)
22s
Matrix: build
Annotations
4 errors and 1 warning
Code Linting (ubuntu-latest):
expr/functions.go#L817
S1019: should use make([]types.FuncArg, len(a.args)) instead (gosimple)
|
Code Linting (ubuntu-latest):
expr/functions.go#L821
S1019: should use make([]*types.FunctionOption, len(a.options)) instead (gosimple)
|
Code Linting (ubuntu-latest):
expr/functions.go#L825
S1019: should use make([]SortField, len(a.Sorts)) instead (gosimple)
|
Code Linting (ubuntu-latest)
issues found
|
Code Linting (ubuntu-latest)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|