Browse Source
This kotlin code does not compile: Overload resolution ambiguity. All these functions match. default <R> RowsFetchSpec<R> map(Function<Row, R> mappingFunction) <R> RowsFetchSpec<R> map(BiFunction<Row, RowMetadata, R> mappingFunction); Closes gh-26016pull/26050/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue