Repository: incubator-hawq Updated Branches: refs/heads/HAWQ-683 e15a453a0 -> cb2d98042
HAWQ-683. Added overview html for pxf javadoc Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/cb2d9804 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/cb2d9804 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/cb2d9804 Branch: refs/heads/HAWQ-683 Commit: cb2d980420fb4e9b89aadc31676a0bde5cc61038 Parents: e15a453 Author: Shivram Mani <[email protected]> Authored: Tue Apr 19 17:25:49 2016 -0700 Committer: Shivram Mani <[email protected]> Committed: Tue Apr 19 17:25:49 2016 -0700 ---------------------------------------------------------------------- pxf/pxf-api/src/main/javadoc/overview.html | 9 +++++++++ .../java/org/apache/hawq/pxf/plugins/hdfs/AvroResolver.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/cb2d9804/pxf/pxf-api/src/main/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/pxf/pxf-api/src/main/javadoc/overview.html b/pxf/pxf-api/src/main/javadoc/overview.html new file mode 100644 index 0000000..7b8a086 --- /dev/null +++ b/pxf/pxf-api/src/main/javadoc/overview.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> + <TITLE>PXF</TITLE> +</HEAD> +<BODY> +This is the API specification of PXF. +</BODY> +</HTML> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/cb2d9804/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/AvroResolver.java ---------------------------------------------------------------------- diff --git a/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/AvroResolver.java b/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/AvroResolver.java index 229fdcd..9a6a1c9 100644 --- a/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/AvroResolver.java +++ b/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/AvroResolver.java @@ -151,7 +151,7 @@ public class AvroResolver extends Plugin implements ReadResolver { /** * The record can arrive from one out of two different sources: a sequence * file or an AVRO file. If it comes from an AVRO file, then it was already - * obtained as a {@link GenericRecord} when when it was fetched from the + * obtained as a {@link GenericRecord} when it was fetched from the * file so in this case a cast is enough. * On the other hand, if the source is a sequence file, then the input * parameter obj hides a bytes [] buffer which is in fact one Avro record
