[
https://issues.apache.org/jira/browse/HAWQ-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15851820#comment-15851820
]
ASF GitHub Bot commented on HAWQ-1304:
--------------------------------------
Github user dyozie commented on a diff in the pull request:
https://github.com/apache/incubator-hawq-docs/pull/94#discussion_r99386323
--- Diff: markdown/pxf/PXFExternalTableandAPIReference.html.md.erb ---
@@ -885,7 +923,7 @@ public class Constant
#### <a id="filterobject"></a>Filter Object
-Filter Objects can be internal, such as those you define; or external,
those that the remote system uses. For example, for HBase, you define the HBase
`Filter` class (`org.apache.hadoop.hbase.filter.Filter`), while for Hive, you
use an internal default representation created by the PXF framework, called
`BasicFilter`. You can decide the filter object to use, including writing a new
one. `BasicFilter` is the most common:
+Filter Objects can be internal, such as those you define; or external,
those that the remote system uses. For example, for HBase, you define the HBase
`Filter` class (`org.apache.hadoop.hbase.filter.Filter`), while for Hive, you
use an internal default representation created by the PXF framework, called
`BasicFilter`. You can choose the filter object to use, including writing a new
one. `BasicFilter` is the most common:
--- End diff --
Change the ; to a , (or use dashes as instead like -such as those you
define-)
Also remove the commas after HBase, and Hive, in the second sentence.
> documentation changes for HAWQ-1228
> -----------------------------------
>
> Key: HAWQ-1304
> URL: https://issues.apache.org/jira/browse/HAWQ-1304
> Project: Apache HAWQ
> Issue Type: New Feature
> Components: Documentation
> Affects Versions: 2.1.0.0-incubating
> Reporter: Lisa Owen
> Assignee: David Yozie
> Priority: Minor
>
> - new pxf-profiles.xml outputFormat parameter
> - hive table access via external table and hcatalog now uses optimal profile
> for each fragment
> - others
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)