Kyle R Dunn created HAWQ-1399:
---------------------------------
Summary: Invalid references to gpfs_hdfs_tell in elog statements
Key: HAWQ-1399
URL: https://issues.apache.org/jira/browse/HAWQ-1399
Project: Apache HAWQ
Issue Type: Bug
Components: Core
Reporter: Kyle R Dunn
Assignee: Ed Espino
Fix For: backlog
Several warning messages attribute the originating function incorrectly as
{{gpfs_hdfs_tell()}}.
[Line 665 |
https://github.com/apache/incubator-hawq/blob/master/src/bin/gpfilesystem/hdfs/gpfshdfs.c#L665]
should be {{gpfs_hdfs_truncate()}}
[Line 720 |
https://github.com/apache/incubator-hawq/blob/master/src/bin/gpfilesystem/hdfs/gpfshdfs.c#L720]
should be {{gpfs_hdfs_getpathinfo()}}
[Line 760 |
https://github.com/apache/incubator-hawq/blob/master/src/bin/gpfilesystem/hdfs/gpfshdfs.c#L760]
should be {{gpfs_hdfs_freefileinfo()}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)