You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/05/13 12:34:51 UTC

[GitHub] [iotdb] Alima777 commented on pull request #3153: [IOTDB-1321] Filter RowRecord automatically if any column in it is null or all columns are null

Alima777 commented on pull request #3153:
URL: https://github.com/apache/iotdb/pull/3153#issuecomment-840526043


   I set the syntax order of `withoutNull` before `limit` and after the functional declaration. I think it's more reasonable.
   Because `withoutNull` filters the result **from the origin result set,** and `limit` restrict the number of **final** result we have get.


-- 
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.

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