While using said function in a query I'm getting a query compilation error saying that there's no applicable method for the given arguments. The parameter types displayed in the error are
org.apache.flink.table.data.TimestampData, org.apache.flink.table.data.TimestampData And there's no overload listed for `org.apache.calcite.runtime.SqlFunctions.floor` that matches those parameters. Is this supported at all? Is there anything in particular which should be imported or added to the build to make this work? -- Sebastián Ramírez Magrí