Hi,
I have a SQL server table with 500,000,000 rows with primary key (unique 
clustered index) on ID column
If I load it through JDBC into a DataFrame and register it via 
registerTempTable will the data will be in the order of ID in tempTable?
Thanks

Reply via email to