Description
Currently, DS V2 pushdown framework compile the SortOrder in fixed format.
This is not flexible and friendly for some databases that do not support this syntax.
For example, the fixed format order by col asc nulls first is not supported by mssql server who doesn't support nulls first.