File tree 9 files changed +100
-1
lines changed
phoenix-core-client/src/main/java/org/apache/phoenix/schema
phoenix-hbase-compat-2.4.1/src/main/java/org/apache/phoenix/compat/hbase
phoenix-hbase-compat-2.5.0/src/main/java/org/apache/phoenix/compat/hbase
phoenix-hbase-compat-2.5.4/src/main/java/org/apache/phoenix/compat/hbase
phoenix-hbase-compat-2.6.0/src/main/java/org/apache/phoenix/compat/hbase
9 files changed +100
-1
lines changed Original file line number Diff line number Diff line change 143
143
import org .apache .hadoop .hbase .io .ImmutableBytesWritable ;
144
144
import org .apache .hadoop .hbase .util .Bytes ;
145
145
import org .apache .hadoop .hbase .util .Pair ;
146
- import org .apache .phoenix .compat .hbase .ByteStringer ;
147
146
import org .apache .phoenix .compile .ExpressionCompiler ;
148
147
import org .apache .phoenix .compile .FromCompiler ;
149
148
import org .apache .phoenix .compile .QueryPlan ;
Original file line number Diff line number Diff line change 21
21
// This has different signature in the HBase 2 and 3 modules
22
22
// This only comes together after the maven-replacer plugin relocates all protobuf code.
23
23
public class ByteStringer {
24
+
25
+ private ByteStringer () { }
26
+
24
27
public static ByteString wrap (final byte [] array ) {
25
28
return org .apache .hadoop .hbase .util .ByteStringer .wrap (array );
26
29
}
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one or more
3
+ * contributor license agreements. See the NOTICE file distributed with
4
+ * this work for additional information regarding copyright ownership.
5
+ * The ASF licenses this file to you under the Apache License, Version 2.0
6
+ * (the "License"); you may not use this file except in compliance with
7
+ * the License. You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
18
+ /**
19
+ * This package contains compatibility classes for bridging differences
20
+ * between different versions of HBase.
21
+ */
22
+ package org .apache .phoenix .compat .hbase ;
Original file line number Diff line number Diff line change 21
21
// This has different signature in the HBase 2 and 3 modules
22
22
// This only comes together after the maven-replacer plugin relocates all protobuf code.
23
23
public class ByteStringer {
24
+
25
+ private ByteStringer () { }
26
+
24
27
public static ByteString wrap (final byte [] array ) {
25
28
return org .apache .hadoop .hbase .util .ByteStringer .wrap (array );
26
29
}
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one or more
3
+ * contributor license agreements. See the NOTICE file distributed with
4
+ * this work for additional information regarding copyright ownership.
5
+ * The ASF licenses this file to you under the Apache License, Version 2.0
6
+ * (the "License"); you may not use this file except in compliance with
7
+ * the License. You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
18
+ /**
19
+ * This package contains compatibility classes for bridging differences
20
+ * between different versions of HBase.
21
+ */
22
+ package org .apache .phoenix .compat .hbase ;
Original file line number Diff line number Diff line change 21
21
// This has different signature in the HBase 2 and 3 modules
22
22
// This only comes together after the maven-replacer plugin relocates all protobuf code.
23
23
public class ByteStringer {
24
+
25
+ private ByteStringer () { }
26
+
24
27
public static ByteString wrap (final byte [] array ) {
25
28
return org .apache .hadoop .hbase .util .ByteStringer .wrap (array );
26
29
}
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one or more
3
+ * contributor license agreements. See the NOTICE file distributed with
4
+ * this work for additional information regarding copyright ownership.
5
+ * The ASF licenses this file to you under the Apache License, Version 2.0
6
+ * (the "License"); you may not use this file except in compliance with
7
+ * the License. You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
18
+ /**
19
+ * This package contains compatibility classes for bridging differences
20
+ * between different versions of HBase.
21
+ */
22
+ package org .apache .phoenix .compat .hbase ;
Original file line number Diff line number Diff line change 21
21
// This has different signature in the HBase 2 and 3 modules
22
22
// This only comes together after the maven-replacer plugin relocates all protobuf code.
23
23
public class ByteStringer {
24
+
25
+ private ByteStringer () { }
26
+
24
27
public static ByteString wrap (final byte [] array ) {
25
28
return org .apache .hadoop .hbase .util .ByteStringer .wrap (array );
26
29
}
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one or more
3
+ * contributor license agreements. See the NOTICE file distributed with
4
+ * this work for additional information regarding copyright ownership.
5
+ * The ASF licenses this file to you under the Apache License, Version 2.0
6
+ * (the "License"); you may not use this file except in compliance with
7
+ * the License. You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
18
+ /**
19
+ * This package contains compatibility classes for bridging differences
20
+ * between different versions of HBase.
21
+ */
22
+ package org .apache .phoenix .compat .hbase ;
You can’t perform that action at this time.
0 commit comments