Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
12angrymentiger
Advocate III
Advocate III

Spark SQL Query errors - Case Sensitivity issues

All of a sudden as of almost 2 weeks ago our spark sql notebooks have been failing due to case sensitivity in the table and field names.  This has always worked fine in Synapse before, so I'm not sure if Fabric configs were changed or not.

I'm getting errors like Table or view not found: customers, when I'm running a spark sql query on the customers table

j = spark.read.format("delta").load(f"Files/{storage_account}/silver/Customers/")
j.createOrReplaceTempView("Customers")
 
df=spark.sql(""" SELECT * FROM customers """)
 
The table name is lower case customers in my spark sql query and the view name is Camelcasebut this query works perfectly fine in Synapse spark sql.
I'm also getting the same error on different case field names.
 
Not sure what I'm missing here as it has worked fine before in Fabric.
1 ACCEPTED SOLUTION

Hi @12angrymentiger 
Apologies for the issue you have been facing. At this time, we are reaching out to the internal team to get some help on this. We will update you once we hear back from them.

A simple workaround to fix this issue is to run the below piece of code before executing the main code.

spark.conf.set('spark.sql.caseSensitive', False)

Hope this helps. Please let me know if you have any further questions. Glad to help.

View solution in original post

7 REPLIES 7
Leachyboy_007
New Member

Hi. I am experiencing a similar issue when running an SQL query in an SQL endpoint on some tables I have in a lakehouse within Microsoft Fabric. to my knowledge SQL isnt a case sensetive languaje so not sure why im having issues on the Fabric endpoint yet my queries run fine on apps such as SSMS.

Can anyone help??

sql case sensetive issue apr24.PNG

12angrymentiger
Advocate III
Advocate III

@v-nikhilan-msft  I wanted to check with you regarding this issue.

 Please let me know if you have heard of any fixes for this.

 

Thanks

Hi @12angrymentiger 
Thanks for using Fabric Community. Apologies for the issue you have been facing.
Can you please confirm which Spark Version are you using? 
I have confirmed from the internal team that there were no changes done to the case sensitivity. Did you set any spark configurations? If yes can you please give the details about it.
Thanks.

Hi @12angrymentiger ,
I tried to repro the scenario, but did not get any error. I have attached the screenshot.

vnikhilanmsft_1-1700039523778.png

 

 

Please try to check the Spark version which you ar using.

 

 

vnikhilanmsft_2-1700039588419.png

 

Make sure you use the Spark 1.2 version. 
Hope this helps. Please let me know if you have any further queries.

By the way this is still in My Workspace and under the Fabric Trial, but I did change the workspace to use Runtime 1.2 and I'm still getting the error table or view not found.

Hi @12angrymentiger 
Apologies for the issue you have been facing. At this time, we are reaching out to the internal team to get some help on this. We will update you once we hear back from them.

A simple workaround to fix this issue is to run the below piece of code before executing the main code.

spark.conf.set('spark.sql.caseSensitive', False)

Hope this helps. Please let me know if you have any further questions. Glad to help.

We figured out when you call another notebook and start using spark sql further down in the main notebook the spark sql caseSensitive is True.

 

We have moved this code to run after the 2nd notebook call to make sure the main notebook  spark sql is caseInsensitive

 

spark.conf.set('spark.sql.caseSensitive', False)

  

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Expanding the Synapse Forums

New forum boards available in Synapse

Ask questions in Data Engineering, Data Science, Data Warehouse and General Discussion.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayFBCUpdateCarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.