summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/library/formats/arrow_writer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/library/formats/arrow_writer.cpp b/yt/yt/library/formats/arrow_writer.cpp
index c958f14140d..377ecc8634a 100644
--- a/yt/yt/library/formats/arrow_writer.cpp
+++ b/yt/yt/library/formats/arrow_writer.cpp
@@ -148,6 +148,7 @@ std::tuple<org::apache::arrow::flatbuf::Type, flatbuffers::Offset<void>> Seriali
.Union());
case ESimpleLogicalValueType::Utf8:
+ case ESimpleLogicalValueType::Json:
return std::tuple(
org::apache::arrow::flatbuf::Type_Utf8,
org::apache::arrow::flatbuf::CreateUtf8(*flatbufBuilder)