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-26016