hbase
Here are 551 public repositories matching this topic...
-
Updated
Nov 11, 2020 - Java
Refactor existing hashCode() to include class for methods using the Apache Commons Lang 3 style
Append class to all HashCodeBuilders in Gaffer for the below issue to minimise hash collisions.
@Test
void name() {
Foo foo = new Foo();
Bar bar = new Bar();
assertFalse(foo.equals(bar));
assertNotEquals(foo.hashCode(), bar.hashCode()); //fails
}
class Bar {
int a = 3;
@Override
public int hashCode() {
-
Updated
Oct 31, 2020 - Java
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 8, 2020
-
Updated
Oct 31, 2020 - Shell
-
Updated
Nov 5, 2020 - Scala
-
Updated
Oct 31, 2020 - Scala
-
Updated
Nov 2, 2020 - Python
-
Updated
Nov 11, 2020 - Java
-
Updated
Jul 2, 2020
These files belong to the Gimel Discovery Service, which is still Work-In-Progress in PayPal & not yet open sourced. In addition, the logic in these files are outdated & hence it does not make sense to have these files in the repo.
https://github.com/paypal/gimel/search?l=Shell
Remove --> gimel-dataapi/gimel-core/src/main/scripts/tools/bin/hbase/hbase_ddl_creator.sh
Improve this page
Add a description, image, and links to the hbase topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hbase topic, visit your repo's landing page and select "manage topics."


The doc on https://docs.janusgraph.org/basics/schema/#automatic-schema-maker says automatically created property key has data type Object.class
However, my testing shows that Default Schema Maker automatically infers the type of propert