Skip to content

Commit f75382c

Browse files
committed
fix: use 'v' instead of 'dt' as bucket-key (cannot overlap with partition keys)
1 parent 06991e1 commit f75382c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/inte/read_inte_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ TEST(SystemTableReadInteTest, TestReadFilesSystemTableForDatePartition) {
848848
{Options::FILE_FORMAT, "orc"},
849849
{Options::MANIFEST_FORMAT, "orc"},
850850
{Options::BUCKET, "1"},
851-
{Options::BUCKET_KEY, "dt"}};
851+
{Options::BUCKET_KEY, "v"}};
852852
auto dir = UniqueTestDirectory::Create();
853853
ASSERT_TRUE(dir);
854854
ASSERT_OK_AND_ASSIGN(auto helper,

0 commit comments

Comments
 (0)