From 21776539e5ac0ef7e39c8284eb5e2a50e6adfda1 Mon Sep 17 00:00:00 2001 From: dl239 Date: Mon, 17 Jul 2023 16:12:13 +0800 Subject: [PATCH] docs: add new bugfix --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821cb80ac32..30177c65cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ ### Bug Fixes - Loading external UDF library fails under specific cloud environment when runing an offline task (#3350 #3359 @vagetablechicken) -- Loading data fails with Hive soft link. (#3349 @vagetablechicken) -- Inserting success with invalid timestamp. (#3313 @aceforeverd) +- Loading data fails with Hive soft link (#3349 @vagetablechicken) +- Inserting success with invalid timestamp (#3313 @aceforeverd) +- The bool type is not properly packed in APIServer. (#3366 @vagetablechicken) Note: `Offline_deep_copy` field will be replaced by `Offline_symbolic_paths` in the result of `SHOW TABLE STATUS` #3349.