This is an automated email from the ASF dual-hosted git repository.
huor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git.
from 6c72703 HAWQ-1760. datalocality information should be showed by
default
add 67be67a HAWQ-1764. fix udf debug core and improve timing accuracy
No new revisions were added by this update.
Summary of changes:
src/backend/commands/explain.c | 13 +++
src/backend/executor/spi.c | 39 +++++----
src/include/commands/explain.h | 1 +
src/test/feature/UDF/TestUDF.cpp | 9 ++
src/test/feature/UDF/ans/test_udf_debug.ans | 125 ++++++++++++++++++++++++++++
src/test/feature/UDF/sql/test_udf_debug.sql | 72 ++++++++++++++++
6 files changed, 242 insertions(+), 17 deletions(-)
create mode 100644 src/test/feature/UDF/ans/test_udf_debug.ans
create mode 100644 src/test/feature/UDF/sql/test_udf_debug.sql