Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only csv do timestamp parse #1422

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

vagetablechicken
Copy link
Collaborator

Closes #1421

@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2022

Linux Test Report

     112 files       238 suites   45m 26s ⏱️
  8 623 tests   8 620 ✔️ 3 💤 0
12 755 runs  12 752 ✔️ 3 💤 0

Results for commit f6ce4b6.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Mar 11, 2022

Codecov Report

Merging #1422 (f6ce4b6) into main (145d048) will decrease coverage by 0.00%.
The diff coverage is 85.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1422      +/-   ##
============================================
- Coverage     65.54%   65.54%   -0.01%     
  Complexity      236      236              
============================================
  Files           571      571              
  Lines        107131   107133       +2     
  Branches        859      863       +4     
============================================
- Hits          70223    70220       -3     
- Misses        36756    36761       +5     
  Partials        152      152              
Impacted Files Coverage Δ
..._4paradigm/openmldb/batch/nodes/LoadDataPlan.scala 59.25% <85.71%> (+0.76%) ⬆️
src/replica/log_replicator.cc 77.19% <0.00%> (-0.66%) ⬇️
src/sdk/db_sdk.cc 63.63% <0.00%> (-0.61%) ⬇️
hybridse/src/planv2/ast_node_converter.cc 94.17% <0.00%> (-0.16%) ⬇️
src/tablet/tablet_impl.cc 37.99% <0.00%> (-0.09%) ⬇️
src/nameserver/name_server_impl.cc 37.58% <0.00%> (-0.03%) ⬇️
hybridse/include/base/spin_lock.h 100.00% <0.00%> (+33.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 145d048...f6ce4b6. Read the comment docs.

@vagetablechicken vagetablechicken merged commit dd41ddb into 4paradigm:main Mar 12, 2022
dl239 pushed a commit to dl239/OpenMLDB that referenced this pull request Mar 14, 2022
dl239 added a commit to dl239/OpenMLDB that referenced this pull request Mar 14, 2022
@lumianph lumianph mentioned this pull request Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

batch: load parquet file shouldn't try to parse timestamp format
3 participants