Is there a way to override the delimiter or Input format at runtime? Scenario: -User1 has an extension-less file, that it is pipe delimited -User2 also has an extension-less, but it is tab delimited Use cases: -Both users want to execute queries on these files concurrently -A single user wants to run a query with a join against these files
Will
