We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429a36a commit 391ef1aCopy full SHA for 391ef1a
1 file changed
libtiledbvcf/src/dataset/tiledbvcfdataset.cc
@@ -1120,6 +1120,10 @@ std::unique_ptr<tiledb::Array> TileDBVCFDataset::open_vcf_array(
1120
"`metadata` group using the physical path of the dataset.");
1121
}
1122
1123
+ LOG_WARN(
1124
+ "**DEPRECATED** Accessing {} registered under root group. To migrate "
1125
+ "see https://github.com/TileDB-Inc/TileDB-VCF/pull/862",
1126
+ VCF_HEADER_ARRAY);
1127
LOG_DEBUG("Fallback to '{}' registered under root group", VCF_HEADER_ARRAY);
1128
return open_array(
1129
query_type,
0 commit comments