Hi ,
The above setup issue for HAWQ is also resolved. I am encountering unit test case failures, failures in module pxffilters. for s390x platform. The below test fails unit_test(test_list_const_to_str_int), unit_test(test_list_const_to_str_boolean), unit_test(test_list_const_to_str_text), On debugging the below test its observed in file 'src/backend/access/ecternal/pxffilters.c' in function list_const_to_str() At line no 1078 call to function deconstruct_array(arr, INT2OID, sizeof (value), true, 's', &dats, NULL, &len); , sets len = 0 Hence the 'for' loop starting at line 1084 fails to execute and test fails The same test when compared on x86 intel is seen set value to len other than 0 and hence test cases are passing. Any inputs on the above cause would be helpful to resolve the failure on s390x. Thanks Ketan Kunde DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
