mirror of
https://github.com/apache/impala.git
synced 2025-12-30 21:02:41 -05:00
Doing it this way makes sure we don't bail early on the Close path which is rarely the right thing to do. This found a few places where we were not doing proper cleanup because of this. Change-Id: Ie663c68398c14589b5cbc1bd980644b0b10fd865 Reviewed-on: http://gerrit.ent.cloudera.com:8080/373 Reviewed-by: Nong Li <nong@cloudera.com> Tested-by: Nong Li <nong@cloudera.com>
31 lines
391 B
Plaintext
31 lines
391 B
Plaintext
target
|
|
|
|
# Eclipse artifacts
|
|
.classpath
|
|
.settings
|
|
.project
|
|
|
|
# IntelliJ artifacts
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# OS X Artifacts
|
|
.DS_Store
|
|
|
|
# emacs backup files
|
|
*~
|
|
|
|
HBaseAllTypesError
|
|
HBaseAllTypesErrorNoNulls
|
|
|
|
# Impala test data (not in repo, manually copied)
|
|
impala-data
|
|
data/test-warehouse
|
|
|
|
# Generated block ids (hdfs ids) for each table
|
|
block-ids
|
|
|
|
# Generated data loading files
|
|
load-*-hbase.create
|