We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51f40f commit 59da9aeCopy full SHA for 59da9ae
packages/cubejs-dremio-driver/driver/DremioQuery.js
@@ -30,7 +30,7 @@ class DremioQuery extends BaseQuery {
30
}
31
32
timeStampCast(value) {
33
- return `CAST(${value} as TIMESTAMP)`;
+ return `TO_TIMESTAMP(${value}, 'YYYY-MM-DD"T"HH24:MI:SS.FFF')`;
34
35
36
inDbTimeZone(date) {
0 commit comments