Skip to content

Commit

Permalink
Update DatabricksSqlRowHydrator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes committed Sep 2, 2024
1 parent a0fc228 commit 527ac38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public async IAsyncEnumerable<TElement> HydrateAsync<TElement>(
rowCounter++;
}

_logger.LogTrace("Hydration for {RowCounter} rows took: {SwElapsedMilliseconds}ms", rowCounter, sw.ElapsedMilliseconds);
_logger.LogError("Hydration for {RowCounter} rows took: {SwElapsedMilliseconds}ms", rowCounter, sw.ElapsedMilliseconds);
}

private TElement Hydrate<TElement>(ExpandoObject expandoObject, IReadOnlyDictionary<string, (PropertyInfo Property, TypeConverter Converter)> propertyMap, Stopwatch sw)
Expand Down

0 comments on commit 527ac38

Please sign in to comment.