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 2020/11/10 08:21:23 UTC

[GitHub] [iotdb] liutaohua opened a new pull request #2000: add left menu of order by time query in chinese language

liutaohua opened a new pull request #2000:
URL: https://github.com/apache/iotdb/pull/2000


   


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



[GitHub] [iotdb] HTHou merged pull request #2000: add left menu of order by time query in chinese language

Posted by GitBox <gi...@apache.org>.
HTHou merged pull request #2000:
URL: https://github.com/apache/iotdb/pull/2000


   


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



[GitHub] [iotdb] Alima777 commented on a change in pull request #2000: add left menu of order by time query in chinese language

Posted by GitBox <gi...@apache.org>.
Alima777 commented on a change in pull request #2000:
URL: https://github.com/apache/iotdb/pull/2000#discussion_r520501853



##########
File path: site/src/main/.vuepress/config.js
##########
@@ -1067,7 +1067,8 @@ var config = {
 							['DataQuery/LastQuery','最近时间戳 Last 查询'],
 							['DataQuery/AlignByDeviceQuery','按设备对齐查询'],
 							['DataQuery/FillFunction','空值填充'],
-		                    ['DataQuery/GroupByFillQuery', '降采样补空值查询']
+		          ['DataQuery/GroupByFillQuery', '降采样补空值查询'],
+							['DataQuery/OrderByTimeQuery', '按时间倒序查询']

Review comment:
       Code alignment is better :D
   ```suggestion
   		                                        ['DataQuery/GroupByFillQuery', '降采样补空值查询'],
   							['DataQuery/OrderByTimeQuery', '按时间倒序查询']
   ```




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