From 3ed39e6e8b36bb7a7ed3ad8cf06ba6e1ecfe7bf2 Mon Sep 17 00:00:00 2001 From: Rishi sharma Date: Thu, 16 Jul 2026 12:49:59 +0530 Subject: [PATCH 1/2] made changes to the readme file about feature 1 --- SQLNotes/readme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SQLNotes/readme b/SQLNotes/readme index 48cdb1e..930ce88 100644 --- a/SQLNotes/readme +++ b/SQLNotes/readme @@ -2,3 +2,6 @@ This is a readme file. Added a new feature called as Feature1 +spark.read \ +.option("schema") \ +.load("c:\datasets") From 7ee9752b669e3df2ec98757305964677ed08d585 Mon Sep 17 00:00:00 2001 From: Rishi sharma Date: Thu, 16 Jul 2026 13:06:08 +0530 Subject: [PATCH 2/2] made changes for the readme file --- SQLNotes/readme | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SQLNotes/readme b/SQLNotes/readme index 930ce88..8576eb2 100644 --- a/SQLNotes/readme +++ b/SQLNotes/readme @@ -1,7 +1,3 @@ This is a readme file. -Added a new feature called as Feature1 - -spark.read \ -.option("schema") \ -.load("c:\datasets") +New line would be added for checking purpose .