starrocks/java-extensions
imay cafeb93ce2
[Refactor] Change value of primitive type (#13705)
There are too many types there. It is difficult to understand and to tell the differences. Also, it is error-prone.
Most Primitive and LogicalType are the same, and there is no need to keep them.
So I plan to merge these two into one type.
Because in ColumnPB, StarRocks use the value of LogicalType, we can't change the value of LogicalType.
But PrimitiveType's value is not persisted, so that we can change it according to the LogicalType value.
In this PR, I change the PrimitiveType value to its corresponding LogicalType.
In the following PR, I will make LogicalType have all PrimitiveType's functionality.
At last, I will make using PrimitiveType = LogicalType
Then there will be only LogicalType.
2022-11-18 21:38:08 -08:00
..
hudi-reader [Enhancement] Recover class loader after using hudi slice reader (#13225) 2022-11-11 11:40:30 +08:00
java-utils [Enhancement] Recover class loader after using hudi slice reader (#13225) 2022-11-11 11:40:30 +08:00
jdbc-bridge [Enhancement] reduce jdbc connections (#12295) 2022-10-21 12:03:26 +08:00
jni-connector [BugFix] Fix the issue of returning empty results when querying the hudi table (#13143) 2022-11-09 17:53:35 +08:00
udf-examples upgrade jackson-databind duo to CVE-2022-42004 (#12344) 2022-10-20 11:02:44 -07:00
udf-extensions [Refactor] Change value of primitive type (#13705) 2022-11-18 21:38:08 -08:00
.gitignore [Enhancement]add back checkstyle to java-extensions (#6100) 2022-05-14 18:37:33 +08:00
pom.xml [Enhancement] add a UDF Add example case (#11135) 2022-09-13 18:14:24 +08:00