We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A bug where dates are shown as numbers in the table; it should have been covered by #263, but in this case we have field.type.unit==0 instead of 1.
field.type.unit==0
1
The bug can be seen in Framework with the following page:
--- sql: launches: data/launches.csv --- # Rocket launches 🚀 ```sql echo SELECT * FROM launches; ```
I can't find the documentation for what this "unit 0" means. The source code https://github.com/apache/arrow/blob/main/js/src/fb/time.ts seems to indicate that these are seconds. If I change
inputs/src/table.js
Line 389 in 7ae53c7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A bug where dates are shown as numbers in the table; it should have been covered by #263, but in this case we have
field.type.unit==0
instead of1
.The bug can be seen in Framework with the following page:
I can't find the documentation for what this "unit 0" means. The source code https://github.com/apache/arrow/blob/main/js/src/fb/time.ts seems to indicate that these are seconds. If I change
inputs/src/table.js
Line 389 in 7ae53c7
The text was updated successfully, but these errors were encountered: