<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Phoenix on Hbase existing table - Upper/lowercase on col name in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-on-Hbase-existing-table-Upper-lowercase-on-col-name/m-p/172993#M37604</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I create a phoenix view on an existing Hbase table wher all hte col family name are lowercas. the to be able to query it I have to put all the time " before and after every column name. It's a little bit annoysing, do you have a workaroung? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,
Michel&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2016 20:18:58 GMT</pubDate>
    <dc:creator>michelsumbul</dc:creator>
    <dc:date>2016-08-11T20:18:58Z</dc:date>
    <item>
      <title>Phoenix on Hbase existing table - Upper/lowercase on col name</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-on-Hbase-existing-table-Upper-lowercase-on-col-name/m-p/172993#M37604</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I create a phoenix view on an existing Hbase table wher all hte col family name are lowercas. the to be able to query it I have to put all the time " before and after every column name. It's a little bit annoysing, do you have a workaroung? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,
Michel&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 20:18:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-on-Hbase-existing-table-Upper-lowercase-on-col-name/m-p/172993#M37604</guid>
      <dc:creator>michelsumbul</dc:creator>
      <dc:date>2016-08-11T20:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix on Hbase existing table - Upper/lowercase on col name</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-on-Hbase-existing-table-Upper-lowercase-on-col-name/m-p/172994#M37605</link>
      <description>&lt;P&gt;As sql dialect keywords are case insensitive , so Double quotes(") just helps parser to avoid converting them back to upper case.&lt;/P&gt;&lt;P&gt;May be you can create a another view over your current view with case insensitive column name.  You may check the actual syntax on the site, JFYR&lt;/P&gt;&lt;PRE&gt;create view view2(col1 integer, col2 integer) as select "col1","col2" from view1;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Aug 2016 20:29:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-on-Hbase-existing-table-Upper-lowercase-on-col-name/m-p/172994#M37605</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-08-11T20:29:00Z</dc:date>
    </item>
  </channel>
</rss>

