microsoft / hyperspace

An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
https://aka.ms/hyperspace
Apache License 2.0
424 stars 115 forks source link

Update scalastyle to allow 2021 in the copyright notice #396

Closed clee704 closed 3 years ago

clee704 commented 3 years ago

What is the context for this pull request?

Fixes #382

What changes were proposed in this pull request?

According to my research, it is best to include the creation year of the file in the copyright notice. This change allows writing 2021 in the header.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Locally checked with scalastyle

sezruby commented 3 years ago

LGTM Thanks!