Make sure these boxes are checked before submitting your issue - thank you!
master


select DATE_FORMAT(now(), '%h%i%s');
It looks like confusion with python syntax
double %, i usually do this.
but u should only use one in datasource...
@tanjxyz thanks,when i use double % , it's work.
how to fix
if i query like is
select indb_time, TotalFiles, BlocksTotal
from hdfs_info_logs
where statis_date>=20171101
and DATE_FORMAT(indb_time, '%%H%%i%%S') = '000000';
and use Visualize , it will auto add double % in my query

I tried to fix this in the past and it was more tricky than expected. It has to do with the fact that different drivers behave differently in this case, and even the same driver can behave differently based on how it's called. We should iron this out in the future, in the meantime double your %%...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.