OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

Show jobs may get results in random order

Open tobegit3hub opened this issue 2 years ago • 0 comments

Now we execute the command show jobs will get jobs in random order. Here is the code of implementation.

wecom-temp-2cc27b7fb5dfa531934964bdb5035693

Since order by is not supported in online mode, we may support this later.

127.0.0.1:7527/__INTERNAL_DB> SELECT * FROM JOB_INFO ORDER BY id;
W0505 14:56:06.837318 329897472 tablet_client.cc:95] fail to query tablet
Error: Non-support kSortPlan Op in cluster online training

tobegit3hub avatar May 05 '22 06:05 tobegit3hub