INFRA:
- changed-files:
- any-glob-to-any-file: [
'.asf.yaml',
'.gitattributes',
'.gitignore',
'baseline.gradle',
'deploy.gradle',
'jitpack.yml',
'travis.yml',
'.baseline/**/*',
'.github/**/*',
'dev/**/*'
]
BUILD:
- changed-files:
- any-glob-to-any-file: [
'**/*gradle*'
]
DOCS:
- changed-files:
- any-glob-to-any-file: [
'docs/**/*',
'site/**/*',
'**/*CHANGELOG.md',
'**/*README.md',
'**/*CONTRIBUTING.md'
]
SPECIFICATION:
- changed-files:
- any-glob-to-any-file: [
'format/*'
]
EXAMPLES:
- changed-files:
- any-glob-to-any-file: [
'examples/**/*'
]
COMMON:
- changed-files:
- any-glob-to-any-file: [
'common/**/*'
]
API:
- changed-files:
- any-glob-to-any-file: [
'api/**/*'
]
CORE:
- changed-files:
- any-glob-to-any-file: [
'core/**/*'
]
PARQUET:
- changed-files:
- any-glob-to-any-file: [
'parquet/**/*'
]
ARROW:
- changed-files:
- any-glob-to-any-file: [
'arrow/**/*'
]
ORC:
- changed-files:
- any-glob-to-any-file: [
'orc/**/*'
]
HIVE:
- changed-files:
- any-glob-to-any-file: [
'hive3/**/*',
'hive-metastore/**/*',
'hive-runtime/**/*',
'hive3-orc-bundle/**/*'
]
DATA:
- changed-files:
- any-glob-to-any-file: [
'data/**/*'
]
SPARK:
- changed-files:
- any-glob-to-any-file: [
'spark/**/*'
]
FLINK:
- changed-files:
- any-glob-to-any-file: [
'flink/**/*'
]
MR:
- changed-files:
- any-glob-to-any-file: [
'mr/**/*'
]
PIG:
- changed-files:
- any-glob-to-any-file: [
'pig/**/*'
]
AWS:
- changed-files:
- any-glob-to-any-file: [
'aws/**/*',
'aws-bundle/**/*'
]
NESSIE:
- changed-files:
- any-glob-to-any-file: [
'nessie/**/*'
]
ALIYUN:
- changed-files:
- any-glob-to-any-file: [
'aliyun/**/*'
]
GCP:
- changed-files:
- any-glob-to-any-file: [
'gcp/**/*',
'gcp-bundle/**/*'
]
DELL:
- changed-files:
- any-glob-to-any-file: [
'dell/**/*'
]
SNOWFLAKE:
- changed-files:
- any-glob-to-any-file: [
'snowflake/**/*'
]
OPENAPI:
- changed-files:
- any-glob-to-any-file: [
'open-api/**/*'
]
AZURE:
- changed-files:
- any-glob-to-any-file: [
'azure/**/*',
'azure-bundle/**/*'
]
KAFKACONNECT:
- changed-files:
- any-glob-to-any-file: [
'kafka-connect/**/*'
]