Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added some comments
  • Loading branch information
debugger87 authored Jun 7, 2018
commit e3a0cc43b10828b8111f7cd9523391cd3a2fdb6f
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ object CatalogStorageFormat {
* @param spec partition spec values indexed by column name
* @param storage storage format of the partition
* @param parameters some parameters for the partition
* @param createTime creation time of the partition
Copy link
Contributor

Choose a reason for hiding this comment

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

let's mention the time unit, i.e. in milliseconds.

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, it's the same as CatalogTable, in milliseconds. I fill fix this comment.

* @param lastAccessTime last access time
* @param stats optional statistics (number of rows, total size, etc.)
*/
case class CatalogTablePartition(
Expand Down