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 timestamp error in table view #1960

Merged
merged 2 commits into from
Jan 13, 2017
Merged

Conversation

flametest
Copy link
Contributor

@flametest flametest commented Jan 12, 2017

fix #1934, using iso serializer instead of int serializer in table view.

Copy link
Contributor

@xrmx xrmx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xrmx
xrmx previously requested changes Jan 12, 2017
Copy link
Contributor

@xrmx xrmx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please avoid removing simplejson? It's used in other parts of the code.

@flametest
Copy link
Contributor Author

@xrmx hi, i found only one place that used simplejson in view.py, that's line 1408 where i modified the code. so i deleted this module in this file.

@mistercrunch mistercrunch dismissed xrmx’s stale review January 13, 2017 01:03

@flametest is right, that line can be removed

@mistercrunch mistercrunch merged commit 87eacf8 into apache:master Jan 13, 2017
@xrmx
Copy link
Contributor

xrmx commented Jan 13, 2017

I meant just for consistency wrt other superset code, i agree we should just use json and drop simplejson dependency altogether.

SalehHindi pushed a commit to SalehHindi/superset that referenced this pull request Jun 9, 2017
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.15.3 labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.15.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

timestamp in TableView is returned in number
3 participants