This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 2ff6aba754 IGNITE-17930 Enable javadoc in gradle and fix doclint
(#1320)
add 653715e03d IGNITE-18138 .NET: LINQ: Avoid overfetching, select only
mapped columns (#1341)
No new revisions were added by this update.
Summary of changes:
.../Linq/LinqSqlGenerationTests.cs | 28 ++++-
.../dotnet/Apache.Ignite.Tests/Table/Poco.cs | 3 +
.../Apache.Ignite.Tests/Table/PocoCustomNames.cs | 2 +
.../Table/Serialization/ReflectionUtilsTests.cs | 140 +++++++++++++++++++--
.../dotnet/Apache.Ignite/Internal/Linq/DEVNOTES.md | 44 +++++++
.../Internal/Linq/IgniteQueryExpressionVisitor.cs | 49 ++++++--
.../Table/Serialization/ReflectionUtils.cs | 133 +++++++++++++-------
7 files changed, 331 insertions(+), 68 deletions(-)
create mode 100644
modules/platforms/dotnet/Apache.Ignite/Internal/Linq/DEVNOTES.md