1
0
Files
hudi/.gitignore
Vinoth Chandar a0e62b7919 Bucketized Bloom Filter checking
- Tackles the skew seen in sort based partitioning/checking
 - Parameterized the HoodieBloomIndex test
 - Config to turn on/off (on by default)
 - Unit tests & also tested at scale
2019-05-11 16:38:28 -07:00

78 lines
1.0 KiB
Plaintext

# Directories #
/build/
target/
# OS Files #
.DS_Store
*.class
# Package Files #
*.jar
# But not these files...
!/hoodie-cli/lib/dnl/utils/textutils/0.3.3/textutils-0.3.3.jar
*.war
*.ear
*.db
######################
# OSX
######################
.DS_Store
# Thumbnails
._*
######################
# Eclipse
######################
*.pydevproject
.project
.metadata
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*.pyc
*~.nib
local.properties
.classpath
.settings/
.loadpath
/src/main/resources/rebel.xml
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
#######################################
# IntelliJ specific files/directories #
#######################################
.out
.idea
*.ipr
*.iws
*.iml
#######################################
# Maven
#######################################
dependency-reduced-pom.xml
#######################################
# Docker
#######################################
hoodie-integ-test/compose_env