You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "jackylau (Jira)" <ji...@apache.org> on 2022/08/17 08:19:00 UTC

[jira] [Created] (FLINK-29010) flink planner test is not correct

jackylau created FLINK-29010:
--------------------------------

             Summary: flink planner test is not correct
                 Key: FLINK-29010
                 URL: https://issues.apache.org/jira/browse/FLINK-29010
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
    Affects Versions: 1.16.0
            Reporter: jackylau
             Fix For: 1.16.0


{code:java}
// code placeholder
private def prepareResult(seq: Seq[Row], isSorted: Boolean): Seq[String] = {
  if (!isSorted) seq.map(_.toString).sortBy(s => s) else seq.map(_.toString)
} {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)