<?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>topic compatibility issue between 7.3 LTS and 10.4 LTS in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31987#M23327</link>
    <description>&lt;P&gt;We have views created with mixed case column names in 7.3 LTS and when we do select * from view everything looks OK I mean column names display in mixed case and problem started as we recently migrated to 10.4 LTS.&lt;/P&gt;&lt;P&gt;Same views created with create or replace view command using 10.4 LTS everything looks OK in 10.4 LTS and if the same views are queried using 7.3 LTS all the view columns are displayed in lower case but expection is to have mixed case column names ​&lt;/P&gt;</description>
    <pubDate>Sun, 11 Sep 2022 22:17:28 GMT</pubDate>
    <dc:creator>Ravikumashi</dc:creator>
    <dc:date>2022-09-11T22:17:28Z</dc:date>
    <item>
      <title>compatibility issue between 7.3 LTS and 10.4 LTS</title>
      <link>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31987#M23327</link>
      <description>&lt;P&gt;We have views created with mixed case column names in 7.3 LTS and when we do select * from view everything looks OK I mean column names display in mixed case and problem started as we recently migrated to 10.4 LTS.&lt;/P&gt;&lt;P&gt;Same views created with create or replace view command using 10.4 LTS everything looks OK in 10.4 LTS and if the same views are queried using 7.3 LTS all the view columns are displayed in lower case but expection is to have mixed case column names ​&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 22:17:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31987#M23327</guid>
      <dc:creator>Ravikumashi</dc:creator>
      <dc:date>2022-09-11T22:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: compatibility issue between 7.3 LTS and 10.4 LTS</title>
      <link>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31988#M23328</link>
      <description>&lt;P&gt;Are you getting any error messages, if you do, could you share the error message please? &lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 20:36:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31988#M23328</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-09-12T20:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: compatibility issue between 7.3 LTS and 10.4 LTS</title>
      <link>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31989#M23329</link>
      <description>&lt;P&gt;@Ravikumar Kumashi​&amp;nbsp;other than the DBR version, do you have any other configuration on the clusters? Also, is it possible for you to share a sample table and code so we could reproduce this?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 04:19:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31989#M23329</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-09-13T04:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: compatibility issue between 7.3 LTS and 10.4 LTS</title>
      <link>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31990#M23330</link>
      <description>&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;Steps to reproduce.&lt;/P&gt;&lt;P&gt;&lt;A href="https://1.In" alt="https://1.In" target="_blank"&gt;1.In&lt;/A&gt; 10.4 LTS Create a table xyz with columns dummy1 dummy2 both are of type string.&lt;/P&gt;&lt;P&gt;2.insert some​ records into table xyz(10.4 LTS)&lt;/P&gt;&lt;P&gt;3.create or replace view pqr&lt;/P&gt;&lt;P&gt;As select dummy1 as DummY1,dummy2 as DummY2 from xyz.(10.4 LTS).&lt;/P&gt;&lt;P&gt;4.select * from pqr(10.4LTS)&lt;/P&gt;&lt;P&gt;Notes​: display view columns with mixed case like DummY1 and DummY2&lt;/P&gt;&lt;P&gt;&lt;A href="https://5.In" alt="https://5.In" target="_blank"&gt;5.In&lt;/A&gt; 7.3 LTS, select * from pqr&lt;/P&gt;&lt;P&gt;Displays all the columns in lower case like dummy1 and dummy2.​&lt;/P&gt;&lt;P&gt;​Notes: expection was to have the view columns displaying DummY1 and DummY2&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 07:08:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/compatibility-issue-between-7-3-lts-and-10-4-lts/m-p/31990#M23330</guid>
      <dc:creator>Ravikumashi</dc:creator>
      <dc:date>2022-09-13T07:08:57Z</dc:date>
    </item>
  </channel>
</rss>

