@Test
public void testLocale()
{
Locale locale = Locale.JAPANESE;
ConnectorSession localeSession = new ConnectorSession("user", "test", "catalog", "schema", TIME_ZONE_KEY, locale, null, null);
FunctionAssertions localeAssertions = new FunctionAssertions(localeSession);
String dateTimeLiteral = "TIMESTAMP '2001-01-09 13:04:05.321'";