* fix http server related unit test failed due to http port has been used * fix unit test failed in DEBUG build type
Pure DocValue optimization for doris-on-es Future todo: Today, for every tuple scan we check if pure_docvalue is enabled, this is not reasonable, should check pure_docvalue enabled for one whole scan outside, I will add this todo in future