Block or Report
Block or report takezoe
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
gitbucket/gitbucket Public
A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
-
scalatra/scalatra Public
Tiny Scala high-performance, async web framework, inspired by Sinatra
-
-
-
-
395 contributions in the last year
We're celebrating 100 million developers!
Less
More
Contribution activity
January 2023
Created 10 commits in 4 repositories
Created a pull request in wvlet/airframe that received 5 comments
airframe-sql: Support in-expression sub-query in traverse and transform
This will make possible to traverse/transform LogicalPlan
in Expression
.
Another idea is moving all traverse and transform methods (including mapCh…
+76
−7
•
5
comments
Opened 5 other pull requests in 2 repositories
wvlet/airframe
4
merged
gitbucket/gitbucket
1
merged
Reviewed 6 pull requests in 1 repository
wvlet/airframe
6 pull requests
- airframe-sql: Preserve qualifiers given in SingleColumn
- airframe-sql: Preserve GroupingKey indexes
- airframe-sql: Fix 'join key not found' error in self-join with USING
- airframe-sql: Fix outputAttributes of join on using node
- airframe-sql: Support in-expression sub-query in traverse and transform
- airframe-sql: Resolve expression in JoinOnEq