Hi I am using Zeppelin with Flink to show events from Kafka. I want to order the lines by descending ID to always show new events first. However, when the table refresh, my table lose the setting and show always the oldest events.
How can I achieve this? Also, when I show tables (SHOW TABLES;), the command show me previously executed SQL queries too. Is this a bug? Thanks