You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(loader): support jdbc date type & sync .editorconfig (#648)
* feat(loader): add jdbc date type support, include DATE、TIME、 DATETIME、 TIMESTAMP and YEAR
* feat(test): add test resource
* refact(test): rollback DBUtil.java
* refactor(style): Synchronized the main module's .editorconfig with toolchain
* feat(loader): Restore functions rolled back due to force push and ensure date compatibility
* fix(loader): Add casting not support exception
* fix some tiny problems
* chore(loader): remove unnecessary if-else logic
* fix(loader): fix hdfs type not support bug
* fix(hubble-ci): specified python version to fix ModuleNotFoundError
* chore(ci): unite all ci style
* fix(ci): test ci working
* fix(hubble-ci): fix tiny problem
* fix(hubble-ci): update ci's pip env
* fix(hubble-ci): try remove cache
* fix(hubble-ci): try remove install pip
* fix(hubble-ci): fix python version problem
* empty test for ci
* Update codeql-analysis.yml
* revert codeql
* tiny improve
* Update DataTypeUtil.java
---------
Co-authored-by: imbajin <[email protected]>
# If you wish to specify custom queries, you can do so here or in a config file.
65
65
# By default, queries listed here will override any specified in a config file.
66
66
# Prefix the list here with "+" to use these queries and those in the config file.
67
-
67
+
68
68
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
69
69
# queries: security-extended,security-and-quality
70
70
71
-
71
+
72
72
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
73
73
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments