-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It works like this. Since we cannot differentiate between Dates and Timestamps if it sees a 'YYYY-MM-DD' it assumes it is a date, and if it sees a "YYYY-MM-DDThh:mm:ss.sssZ" it assumes it is a timestamp. If that is incorrect you must cast it to a string by appending "STRING::". You can also cast to date with DATE:: or timestamp with TIMESTAMP:: to be more explicit, but its not needed.
- Loading branch information
Showing
2 changed files
with
93 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters