Skip to content

Commit 5cc54cf

Browse files
authored
Merge pull request #71 from wlmcewen/API-7308
API-7308 sparkql date function support for day_of_week, day_of_year, and weekdays.
2 parents 114abb2 + 28e9390 commit 5cc54cf

File tree

9 files changed

+1213
-1029
lines changed

9 files changed

+1213
-1029
lines changed

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.2.7, 2021-05-06
2+
-------------------
3+
* [IMPROVEMENT] dayofweek(), dayofyear(), and weekdays() functions
4+
15
v1.2.6, 2019-04-01
26
-------------------
37
* [IMPROVEMENT] hours(), minutes(), and seconds() functions

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
source "http://rubygems.org"
1+
source 'http://rubygems.org'
22

3-
# Specify your gem's dependencies in sparkapi_parser.gemspec
43
gemspec

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.6
1+
1.2.7

0 commit comments

Comments
 (0)