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

[Mapd] Fix MapD exception for toDateTime #1659

Closed
wants to merge 5 commits into from

Conversation

tonyfast
Copy link
Contributor

This PR tries to resolve #1613 that demonstrates an error when using datetime columns.

@kszucs
Copy link
Member

kszucs commented Oct 18, 2018

@tonyfast looks like the build is failing

@codecov
Copy link

codecov bot commented Oct 19, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@8feae7a). Click here to learn what that means.
The diff coverage is 70.58%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1659   +/-   ##
=========================================
  Coverage          ?   87.34%           
=========================================
  Files             ?      186           
  Lines             ?    27276           
  Branches          ?     2311           
=========================================
  Hits              ?    23824           
  Misses            ?     3046           
  Partials          ?      406
Impacted Files Coverage Δ
ibis/impala/tests/test_udf.py 21.71% <0%> (ø)
ibis/mapd/tests/test_operations.py 97.5% <100%> (ø)
ibis/mapd/operations.py 71.42% <71.42%> (ø)

@cpcloud cpcloud added the mapd label Oct 20, 2018
@cpcloud cpcloud added this to the Next Release milestone Oct 20, 2018
@cpcloud cpcloud changed the title Fix MapD exception for toDateTime [Mapd] Fix MapD exception for toDateTime Oct 20, 2018
@cpcloud cpcloud added the bug Incorrect behavior inside of ibis label Oct 20, 2018
ibis/mapd/operations.py Outdated Show resolved Hide resolved
@cpcloud
Copy link
Member

cpcloud commented Oct 30, 2018

@tonyfast can you rebase?

@tonyfast
Copy link
Contributor Author

Yes I'll have to get to this at the end of the week. Sorry for letting it sit.

@xmnlab
Copy link
Contributor

xmnlab commented Dec 31, 2018

hey @tonyfast what is the status of this PR?

do you need any help with this PR?

@kszucs
Copy link
Member

kszucs commented Jan 31, 2019

Thanks @tonyfast and @xmnlab!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception MapD : No match found for function signature toDateTime(<CHARACTER>)
4 participants