mukunku / ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files
GNU General Public License v3.0
689 stars 82 forks source link

Time Resolution #19

Closed Amin-AppliedPhilo closed 3 years ago

Amin-AppliedPhilo commented 3 years ago

Hi,

Thanks for making the tool. The time data being displayed appears to omit data finer than minute. Is it possible to add the higher resolution to the data viewer?

mukunku commented 3 years ago

Thanks for the suggestion. The option to use the ISO 8601 date format has been added to the UI (#21)

image

Amin-AppliedPhilo commented 3 years ago

oh this is fantastic, looks like another problem with Small Integer types was also fixed

we are actually using a file with 20 milliseconds,if it helps for any future feature adds, I could send the raw file.

This is so so good and useful, thanks you

On Mon, Nov 16, 2020 at 11:09 PM Sal notifications@github.com wrote:

Thanks for the suggestion. The option to use the ISO 8601 date format has been added to the UI (#21 https://github.com/mukunku/ParquetViewer/pull/21)

[image: image] https://user-images.githubusercontent.com/4502154/99345568-995e5600-2860-11eb-97fa-20f32ee362e4.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mukunku/ParquetViewer/issues/19#issuecomment-728673501, or unsubscribe https://github.com/notifications/unsubscribe-auth/AILWCRJONFVRUBCPO7KRLPDSQHZLTANCNFSM4TKP7PBQ .

--

mukunku commented 3 years ago

No problem :) milliseconds could be added too. I'll leave this ticket open for now

mukunku commented 3 years ago

Millisecond precision has been added to the ISO 8601 date format as of v2.2.1 so closing this ticket