Commit 95013d1
committed
Refactor: rename Java packages from
This commit performs a global rebranding of the Java package structure to
align with the Apache Cloudberry project naming conventions and the
official domain (cloudberry.apache.org).
Key changes:
* Renamed all Java package declarations and import statements from
'org.greenplum' to 'org.apache.cloudberry'.
* Restructured physical directory paths from 'org/greenplum/' to
'org/apache/cloudberry/' across all modules (server and automation).
* Updated build configurations:
- Gradle 'group' in server/build.gradle
- Maven 'groupId' and dependencies in automation/pom.xml
* Adjusted configuration files including:
- pxf-profiles-default.xml
- application.properties
- log4j2.xml / log4j.properties
* Updated SQL scripts, test expected outputs (.ans, .out), and CI
entrypoint scripts.
This is a structural refactoring with no changes to functional logic.
But please note this will be a breaking change for developers.org.greenplum to org.apache.cloudberry
1 parent bfa5149 commit 95013d1
627 files changed
Lines changed: 5143 additions & 5143 deletions
File tree
- automation
- sqlrepo/features
- general/outOfMemory/expected
- hdfs/readable/text/errors/middle_of_stream/expected
- hive/errors/rc_mismatchedTypes/expected
- src
- main/java
- listeners
- org/apache/cloudberry/pxf/automation
- components
- cluster
- installer/nodes
- common
- cli
- threads
- gpdb
- hbase
- hdfs
- hive
- pxf
- regress
- datapreparer
- hbase
- hive
- writable
- dataschema
- domain
- enums
- fileformats
- structures
- data
- profiles
- tables
- basic
- hbase
- hive
- pxf
- utils
- testplugin
- utils
- csv
- curl
- data
- exception
- fileformats
- files
- hbase
- jdbc
- json
- jsystem
- report
- sut
- junit
- regex
- system
- tables
- test
- java/org/apache/cloudberry/pxf/automation
- features
- avro
- cloud
- columnprojection
- extension
- filterpushdown
- general
- gpupgrade
- hbase
- hcfs
- fixedwidth
- hdfsha
- hdfs
- hive
- jdbc
- json
- multibytedelimiter
- multiserver
- multiuser
- orc
- parquet
- profiles
- reader
- security
- tpch
- writable
- performance
- proxy
- smoke
- resources/sut
- ci/docker/pxf-cbdb-dev/ubuntu/script
- docs/content
- external-table
- expected
- sql
- server
- doc
- pxf-api/src
- main/java/org/apache
- cloudberry/pxf/api
- configuration
- error
- examples
- filter
- function
- io
- model
- security
- utilities
- hadoop/security
- test
- java/org/apache/cloudberry/pxf/api
- configuration
- error
- examples
- filter
- io
- model
- security
- utilities
- resources
- pxf-diagnostic/src/main/java/org/apache/cloudberry/pxf/diagnostic
- pxf-hbase/src
- main/java/org/apache/cloudberry/pxf/plugins/hbase
- utilities
- test/java/org/apache/cloudberry/pxf/plugins/hbase
- pxf-hdfs/src
- main/java/org/apache/cloudberry/pxf/plugins/hdfs
- avro
- filter
- orc
- parquet
- utilities
- test
- java/org/apache/cloudberry/pxf/plugins/hdfs
- avro
- filter
- orc
- parquet
- utilities
- resources
- pxf-hive/src
- main/java/org/apache/cloudberry/pxf/plugins/hive
- orc
- utilities
- test
- java/org/apache/cloudberry/pxf/plugins/hive
- utilities
- resources
- pxf-jdbc
- src
- main/java/org/apache/cloudberry/pxf/plugins/jdbc
- partitioning
- utils
- oracle
- writercallable
- test
- java/org/apache/cloudberry/pxf/plugins/jdbc
- partitioning
- utils
- oracle
- resources
- pxf-json/src
- main/java/org/apache/cloudberry/pxf/plugins/json
- parser
- test
- java/org/apache/cloudberry/pxf/plugins/json
- parser
- resources
- pxf-s3/src
- main/java/org/apache/cloudberry/pxf/plugins/s3
- test/java/org/apache/cloudberry/pxf/plugins/s3
- pxf-service
- src
- main
- java/org/apache/cloudberry/pxf/service
- bridge
- controller
- profile
- rest
- security
- serde
- spring
- utilities
- resources
- templates/conf
- test
- java/org/apache/cloudberry/pxf/service
- bridge
- controller
- profile
- rest
- security
- serde
- spring
- utilities
- resources
- profile/missingPluginFile
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments