We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa0218d + 67662d1 commit b900629Copy full SHA for b900629
ExtSort/Models/Settings/SorterSettings.cs
@@ -18,7 +18,7 @@ public virtual bool Validate(out StringBuilder errors)
18
{
19
errors = new StringBuilder();
20
if(NumberOfFiles <= 0)
21
- errors.AppendLine("Chunk size must be greater than 0 (kb)");
+ errors.AppendLine("The number of chunks be greater than 0");
22
if (SortPageSize <= 0)
23
errors.AppendLine("Sort page size must be greater than 0");
24
if (!IOPath.Validate(out var ioerrors))
0 commit comments