Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When running table API program "table.execute().print();", the columns with long string value are truncated to 30 chars, e.g.,:

Image Added

After setting the max width with: tEnv.getConfig.getConfiguration.setInteger("sql-client.display.max-column-width", 100); It has no effect.  

...