On Wednesday 10 August 2011, Hugh Waite wrote:
I've noticed a small xml syntax error in the
expires column you added to
the htable.xml schema.
<column id="expires">
<name>expires</name>
<type>string</type>
- <default>0<default/>
+ <default>0</default>
<description>The epoch at which the key expires</description>
</column>
Hi Hugh,
probably you already saw it, this was fixed from Juha in commit
1c8fee960179c2b6
Best regards,
Henning