Skip to content
Closed
Prev Previous commit
Next Next commit
add param comment
  • Loading branch information
windpiger committed Mar 3, 2017
commit f6ec4fe020c153ca0e84afd3cbb5def22d9b6651
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ case class DataSource(
* be any further inference in any triggers.
*
* @param format the file format object for this DataSource
* @param fileStatusCache fileStatusCache for InMemoryFileIndex
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@param fileStatusCache the shared cache for file statuses to speed up listing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok thanks!

* @return A pair of the data schema (excluding partition columns) and the schema of the partition
* columns.
*/
Expand Down