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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Mathan1787
Helper I
Helper I

Parquet with timestamp prior 1900- Spark conf

Hi,

I am trying to copying data from azure sql database to lakehouse. I have used copy activity to move the data into parquet files but when i try to open them in notebook, I am getting an error message. 

 

I have to add below code.

spark.sql.legacy.parquet.int96RebaseModeInRead=CORRECTED 

spark.sql.legacy.parquet.int96RebaseModeInWrite=CORRECTED

 

I have tried to set this in spark conf in workspace setting to have it set for my entire workspace but i cant find them in drop down list so i have to manually add it in all the notebook. could you help me here. thanks

1 ACCEPTED SOLUTION

Hi,

Let me fix this previous reply:

The drop down are open, you can add configurations even if they are not present in the dropdown. If they are wrong, the spark session will not start and will result in an error message.

Kind Regards,

Dennes

View solution in original post

2 REPLIES 2
DennesTorres
Impactful Individual
Impactful Individual

Hi,

If this works but you can't set for the entire workspace because it's not available in the dropdown, should you register this as an issue, asking for correction?

You can using this link: https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues

Kind Regards,

 

Dennes

Hi,

Let me fix this previous reply:

The drop down are open, you can add configurations even if they are not present in the dropdown. If they are wrong, the spark session will not start and will result in an error message.

Kind Regards,

Dennes

Helpful resources

Announcements
September Fabric Update Carousel

Fabric Monthly Update - September 2025

Check out the September 2025 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors