Hi,
I want to convert a string in the format of 1996-8-01 to date and create Table from the dataset of Tuple3<String, Date, Integer> at the end. Since I want to apply SQL queries on the date field of the table, for example, "date_column < 1996-8-01", which java format of date is supported in Flink?