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 ee4bd92 commit 400a0d8Copy full SHA for 400a0d8
velox/connectors/hive/SplitReader.cpp
@@ -287,9 +287,9 @@ velox::variant convertFromString(
287
StringView(value.value()), true /*isIso8601*/));
288
}
289
auto result = velox::util::Converter<ToKind>::cast(value.value());
290
- if constexpr (ToKind == TypeKind::TIMESTAMP) {
291
- result.toGMT(Timestamp::defaultTimezone());
292
- }
+ // if constexpr (ToKind == TypeKind::TIMESTAMP) {
+ // result.toGMT(Timestamp::defaultTimezone());
+ // }
293
return velox::variant(result);
294
295
return velox::variant(ToKind);
0 commit comments