<?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 Dataflow retains case sensitivity but not anywhere else in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-retains-case-sensitivity-but-not-anywhere-else/m-p/3670858#M935</link>
    <description>&lt;P&gt;I created a Lakehouse table using a dataflow and it retains the camel casing I used for the table and column names but if I try to do that myself in a notebook using a CREATE TABLE statement, it just makes it all lowercase. Why is that?&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2024 16:28:10 GMT</pubDate>
    <dc:creator>aarongiust</dc:creator>
    <dc:date>2024-01-31T16:28:10Z</dc:date>
    <item>
      <title>Dataflow retains case sensitivity but not anywhere else</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-retains-case-sensitivity-but-not-anywhere-else/m-p/3670858#M935</link>
      <description>&lt;P&gt;I created a Lakehouse table using a dataflow and it retains the camel casing I used for the table and column names but if I try to do that myself in a notebook using a CREATE TABLE statement, it just makes it all lowercase. Why is that?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 16:28:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-retains-case-sensitivity-but-not-anywhere-else/m-p/3670858#M935</guid>
      <dc:creator>aarongiust</dc:creator>
      <dc:date>2024-01-31T16:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow retains case sensitivity but not anywhere else</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-retains-case-sensitivity-but-not-anywhere-else/m-p/3672191#M936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/664874"&gt;@aarongiust&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it but it creates Sentence case for me:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="govindarajan_d_0-1706770024847.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1035320i98AAC22C7E824922/image-size/medium?v=v2&amp;amp;px=400" role="button" title="govindarajan_d_0-1706770024847.png" alt="govindarajan_d_0-1706770024847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other specific config that you are passing?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 06:47:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-retains-case-sensitivity-but-not-anywhere-else/m-p/3672191#M936</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2024-02-01T06:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow retains case sensitivity but not anywhere else</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-retains-case-sensitivity-but-not-anywhere-else/m-p/3672835#M937</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/664874"&gt;@aarongiust&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/644992"&gt;@govindarajan_d&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Spark is not case sensitive by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a way to handle this issue by adding spark config , using a&amp;nbsp;SparkSession object named&amp;nbsp;spark:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;spark.conf.set('spark.sql.caseSensitive', True)&lt;/LI-CODE&gt;
&lt;P&gt;By default it is False.&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful. Please let me know incase of further queries.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 11:39:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-retains-case-sensitivity-but-not-anywhere-else/m-p/3672835#M937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-01T11:39:57Z</dc:date>
    </item>
  </channel>
</rss>

