himanshug commented on a change in pull request #7728: fix Select query fails 
with columns called "timestamp" bug
URL: https://github.com/apache/incubator-druid/pull/7728#discussion_r286641405
 
 

 ##########
 File path: 
processing/src/main/java/org/apache/druid/query/select/EventHolder.java
 ##########
 @@ -32,7 +32,7 @@
  */
 public class EventHolder
 {
-  public static final String timestampKey = "timestamp";
+  public static final String timestampKey = "__time";
 
 Review comment:
   well... it was a "documented feature", so documentation for select query 
needs to be updated as well and please add release notes in the PR description 
which need to be added to the release notes where this will go as someone might 
be using the key "timestamp". 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to