You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/05/19 08:38:44 UTC

[GitHub] gavinju opened a new issue #5042: When I executed superset load_examples,there are some warning: MySQLdb/cursors.py:313

gavinju opened a new issue #5042: When I executed superset load_examples,there are some warning: MySQLdb/cursors.py:313
URL: https://github.com/apache/incubator-superset/issues/5042
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if any
   - [ ] I have reproduced the issue with at least the latest released version of superset
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   Superset: 0.25.5
   Database: mysql-5.7
   
   ### Expected results
   When I executed superset load_examples,there are some warning: 
   Loading [Multiformat time series]
   /home/apps/Workspace/senv/local/lib/python2.7/site-packages/MySQLdb/cursors.py:313: Warning: (1292L, u"Incorrect date value: '2017-07-19 13:23:33' for column 'ds' at row 1")
     rows += self.execute(sql + postfix)
   /home/apps/Workspace/senv/local/lib/python2.7/site-packages/MySQLdb/cursors.py:313: Warning: (1292L, u"Incorrect date value: '2016-11-23 00:48:29' for column 'ds' at row 2")
     rows += self.execute(sql + postfix)
   /home/apps/Workspace/senv/local/lib/python2.7/site-packages/MySQLdb/cursors.py:313: Warning: (1292L, u"Incorrect date value: '2015-02-27 10:03:31' for column 'ds' at row 3")
     rows += self.execute(sql + postfix)
   /home/apps/Workspace/senv/local/lib/python2.7/site-packages/MySQLdb/cursors.py:313: Warning: (1292L, u"Incorrect date value: '2011-05-02 01:26:50' for column 'ds' at row 4")
     rows += self.execute(sql + postfix)
   /home/apps/Workspace/senv/local/lib/python2.7/site-packages/MySQLdb/cursors.py:313: Warning: (1292L, u"Incorrect date value: '2016-12-11 11:29:46' for column 'ds' at row 5")
     rows += self.execute(sql + postfix)
   
   ### Actual results
   want to know the reason,how can I fix it?
   
   ### Steps to reproduce
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org