提交 1f46b47f 编写于 作者: B bryanchang0603

[TD-4652] update initial test

上级 13b5d14e
......@@ -10,11 +10,11 @@ def _convert_millisecond_to_datetime(milli):
return datetime.datetime.fromtimestamp(milli / 1000.0)
def _convert_microsecond_to_datetime(micro):
def _convert_microsecond_to_datetime(micro): #checkpoint
return datetime.datetime.fromtimestamp(micro / 1000000.0)
def _crow_timestamp_to_python(data, num_of_rows, nbytes=None, micro=False):
def _crow_timestamp_to_python(data, num_of_rows, nbytes=None, micro=False):#checkpoint
"""Function to convert C bool row to python row
"""
_timestamp_converter = _convert_millisecond_to_datetime
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册