File tree Expand file tree Collapse file tree 6 files changed +79
-2
lines changed Expand file tree Collapse file tree 6 files changed +79
-2
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one
3
+ # or more contributor license agreements. See the NOTICE file
4
+ # distributed with this work for additional information
5
+ # regarding copyright ownership. The ASF licenses this file
6
+ # to you under the Apache License, Version 2.0 (the
7
+ # "License"); you may not use this file except in compliance
8
+ # with the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing,
13
+ # software distributed under the License is distributed on an
14
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ # KIND, either express or implied. See the License for the
16
+ # specific language governing permissions and limitations
17
+ # under the License.
18
+ #
19
+
1
20
---
2
21
name : Iceberg Bug report 🐞
3
22
description : Problems, bugs and issues with Apache Iceberg
Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one
3
+ # or more contributor license agreements. See the NOTICE file
4
+ # distributed with this work for additional information
5
+ # regarding copyright ownership. The ASF licenses this file
6
+ # to you under the Apache License, Version 2.0 (the
7
+ # "License"); you may not use this file except in compliance
8
+ # with the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing,
13
+ # software distributed under the License is distributed on an
14
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ # KIND, either express or implied. See the License for the
16
+ # specific language governing permissions and limitations
17
+ # under the License.
18
+ #
19
+
1
20
---
2
21
name : Iceberg Improvement / Feature Request
3
22
description : New features with Apache Iceberg
Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one
3
+ # or more contributor license agreements. See the NOTICE file
4
+ # distributed with this work for additional information
5
+ # regarding copyright ownership. The ASF licenses this file
6
+ # to you under the Apache License, Version 2.0 (the
7
+ # "License"); you may not use this file except in compliance
8
+ # with the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing,
13
+ # software distributed under the License is distributed on an
14
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ # KIND, either express or implied. See the License for the
16
+ # specific language governing permissions and limitations
17
+ # under the License.
18
+ #
19
+
1
20
---
2
21
name : Iceberg Question
3
22
description : Questions around Apache Iceberg
Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one
3
+ # or more contributor license agreements. See the NOTICE file
4
+ # distributed with this work for additional information
5
+ # regarding copyright ownership. The ASF licenses this file
6
+ # to you under the Apache License, Version 2.0 (the
7
+ # "License"); you may not use this file except in compliance
8
+ # with the License. You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing,
13
+ # software distributed under the License is distributed on an
14
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ # KIND, either express or implied. See the License for the
16
+ # specific language governing permissions and limitations
17
+ # under the License.
18
+ #
19
+
1
20
name : Check Markdown links
2
21
3
22
on :
Original file line number Diff line number Diff line change 1
1
.rat-excludes
2
2
build
3
+ .git
3
4
.gitignore
4
5
poetry.lock
Original file line number Diff line number Diff line change 58
58
declare java_cmd=java
59
59
fi
60
60
61
- export RAT_VERSION=0.15
61
+ export RAT_VERSION=0.16.1
62
62
export rat_jar=" $FWDIR " /lib/apache-rat-${RAT_VERSION} .jar
63
63
mkdir -p " $FWDIR " /lib
64
64
@@ -68,7 +68,7 @@ mkdir -p "$FWDIR"/lib
68
68
}
69
69
70
70
mkdir -p build
71
- $java_cmd -jar " $rat_jar " -E " $FWDIR " /dev/.rat-excludes -d " $FWDIR " > build/rat-results.txt
71
+ $java_cmd -jar " $rat_jar " --scan-hidden-directories - E " $FWDIR " /dev/.rat-excludes -d " $FWDIR " > build/rat-results.txt
72
72
73
73
if [ $? -ne 0 ]; then
74
74
echo " RAT exited abnormally"
You can’t perform that action at this time.
0 commit comments