AMashenkov commented on code in PR #5038:
URL: https://github.com/apache/ignite-3/pull/5038#discussion_r1926596020


##########
modules/platforms/dotnet/Apache.Ignite.Tests/Linq/LinqSqlGenerationTests.cs:
##########
@@ -40,115 +40,115 @@ public partial class LinqSqlGenerationTests
 
     [Test]
     public void TestSelectOneColumn() =>
-        AssertSql("select _T0.KEY from PUBLIC.tbl1 as _T0", q => q.Select(x => 
x.Key).ToList());
+        AssertSql("select _T0.KEY from PUBLIC.TBL1 as _T0", q => q.Select(x => 
x.Key).ToList());

Review Comment:
   Here, the expected string is fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to