Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
When postconfig completes, it prints system started successfully.
Add an additional check before printing the success message - which does following
"CREATE TABLE TEST_TBL (a int, b int) engine=columnstore"
Make sure this table can be created successfully. Only if this is successful, then print "System started successfully"