Hi,
This is a spark\hive question -
When I use %SQL interpreter I can access both tables registered using
registerTempTable or on the same time tables which are registered on hive

Should I expect different performance when running
Select * from bank
vrs
Select * from bank_hive
*** assuming bank_hive is same and bank tabe but registered on hive

Reply via email to