Alima777 opened a new pull request #1183:
URL: https://github.com/apache/incubator-iotdb/pull/1183
SQL: SELECT speed FROM root.sg.d1; (speed is the alias of s1).
Which returns the result like | Time | root.sg.d1.s1 | now.
We need to support keeping the alias in result if it's used in query,
returning the result like
| Time | root.sg.d1.speed |.
This pr supports this function in rawDataQuery and lastQuery.
----------------------------------------------------------------
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:
[email protected]