Closed Xiaoven closed 3 years ago
throw new Exception("Datatype should either be: plain, user-defined, subrange, array, tuple, enum, or record type.")
assertSingleValue("test.enum.country.\"भारत\" between test.enum.country.FRANCE and test.enum.country.BAHAMAS", true);
public static int TAG_ENUM = INSTANCE.ippTagValue("enum");
好奇会不会误判 tag_emum
tag_enum_hh
throw new UnsupportedOperationException("The enum-maps CONSUMERS and DESERIALIZERS "
+ "are not equal. This is a bug in the implementation of RocksSerDe.");
好奇会不会误判
tag_emum
tag_enum_hh
不会,\w
包括了 _
, 前后都用 \b
是不会匹配的
Closed by #142