RalfJL commented on issue #12949:
URL: https://github.com/apache/pinot/issues/12949#issuecomment-2097712540

   Very strange! I can't reproduce it. Neither with the current stable 1.1.0 
nor with the repository 1.2.0 from gortiz.
   So it might be in the Data, which I unfortunately did not save from the 
first try. 
   
   I suggest to close this thread with reason "not reproducable". Because I am 
not done yet with the application we are trying to build, I will be on it for 
the next 3 or 4 weeks. And if I find that problem again I can reopen this 
thread. 
   Do you agree?
   
   By the way, I confirm that the execution plans are almost the same. But the 
changes look to me not to be relevant.
   e.g.
   LogicalProject(ts=[$18], acctstatustype=[$12], ts0=[$37], 
acctstatustype0=[$31], acctuniquesessionid=[$14], Zeit=[/(-(CAST($37):BIGINT 
NOT NULL, CAST($18):BIGINT NOT NULL), 1000)])
   becomes is 1.2.0:
       LogicalProject(ts=[$2], acctstatustype=[$0], ts0=[$4], 
acctstatustype0=[$3], acctuniquesessionid=[$1], Zeit=[/(-(CAST($4):BIGINT NOT 
NULL, CAST($2):BIGINT NOT NULL), 1000)])
   So only the number changed
   And
   LogicalTableScan(table=[[radius_start]])
   becomes 
   LogicalTableScan(table=[[default, radius_start]])


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

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

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


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

Reply via email to