Skip to content

Commit 07ce3a3

Browse files
authored
fix
1 parent a88e1b9 commit 07ce3a3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/inte/scan_and_read_inte_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,7 +2567,8 @@ TEST_P(ScanAndReadInteTest, TestCastTimestampType) {
25672567
}
25682568

25692569
#ifdef PAIMON_ENABLE_AVRO
2570-
TEST_F(ScanAndReadInteTest, TestAvroWithAppendTable) {
2570+
// TODO(zjw): remove DISABLED_ when avro write is ready
2571+
TEST_F(ScanAndReadInteTest, DISABLED_TestAvroWithAppendTable) {
25712572
auto read_data = [](int64_t snapshot_id, const std::string& result_json) {
25722573
std::string table_path = GetDataDir() + "/avro/append_multiple.db/append_multiple";
25732574
// scan
@@ -2636,7 +2637,7 @@ TEST_F(ScanAndReadInteTest, TestAvroWithAppendTable) {
26362637
])");
26372638
}
26382639

2639-
TEST_F(ScanAndReadInteTest, TestAvroWithPkTable) {
2640+
TEST_F(ScanAndReadInteTest, DISABLED_TestAvroWithPkTable) {
26402641
auto read_data = [](int64_t snapshot_id, const std::string& result_json) {
26412642
std::string table_path =
26422643
GetDataDir() + "/avro/pk_with_multiple_type.db/pk_with_multiple_type";

0 commit comments

Comments
 (0)