-
jiuyescm
- ShangHai
- zhihu.com/people/newsea008
Block or Report
Block or report felixYyu
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
spark Public
Forked from apache/spark
Apache Spark - A unified analytics engine for large-scale data processing
Scala 1
-
-
mysql-binlog-connector-java Public
Forked from shyiko/mysql-binlog-connector-java
MySQL Binary Log connector
Java
-
open-replicator Public
Forked from whitesock/open-replicator
Open Replicator is a high performance MySQL binlog parser written in Java. It unfolds the possibilities that you can parse, filter and broadcast the binlog events in a real time manner.
Java
84 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 9 commits in 1 repository
Created 1 repository
Created a pull request in apache/iceberg that received 1 comment
Static Analysis: Removing unnecessary grouping parentheses and variable
closed #4439
these grouping parentheses are unnecessary
it is unlikely the code will be misinterpreted without them.
FileScanTask combinedTas…
Opened 5 other pull requests in 1 repository
Reviewed 6 pull requests in 1 repository
apache/iceberg
6 pull requests
- Static Analysis: Rewrite javadocs
- Core: Avoid Date for timestamp to string conversion
- Static Analysis: Supressions we know are false positive
- Spark: support stream-results in DeleteOrphanFiles action
- Static Analysis: Missing private constructor, method need return single mutable, and other few static warning
- Static Analysis: Changing the access modifiers on all the JDBC Static Values
Created an issue in apache/iceberg that received 3 comments
Checkstyle: Do need to add the checkstyle rule of static variables?
In ALL iceberg project,Static variables are directly embedded in the code segment, which is not conducive to maintenance. Do need to formulate a un…