Commit Graph

2402 Commits

Author SHA1 Message Date
Gary Gregory 1ac32c6630
Merge pull request #360 from apache/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0
2023-09-29 09:45:21 -04:00
dependabot[bot] 7b953b5371
Bump github/codeql-action from 2.21.8 to 2.21.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.8 to 2.21.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](6a28655e3d...ddccb87388)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 12:57:54 +00:00
dependabot[bot] 4c00062d6b
Bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](3df4ab11eb...8ade135a41)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 12:57:49 +00:00
Gary Gregory ea30b406b4
Bump com.h2database:h2 from 2.2.222 to 2.2.224 #359 2023-09-22 09:02:12 -04:00
Gary Gregory 3239c88c73
Merge pull request #359 from apache/dependabot/maven/com.h2database-h2-2.2.224
Bump com.h2database:h2 from 2.2.222 to 2.2.224
2023-09-22 09:00:20 -04:00
dependabot[bot] bcb7096d21
Bump com.h2database:h2 from 2.2.222 to 2.2.224
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.222 to 2.2.224.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.2.222...version-2.2.224)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 12:40:11 +00:00
Gary Gregory b8690ea34d
Merge pull request #357 from apache/dependabot/github_actions/github/codeql-action-2.21.8
Bump github/codeql-action from 2.21.7 to 2.21.8
2023-09-22 08:16:22 -04:00
Gary Gregory 00e0df0d96
Merge pull request #358 from apache/dependabot/github_actions/actions/setup-java-3.13.0
Bump actions/setup-java from 3.12.0 to 3.13.0
2023-09-22 08:16:06 -04:00
dependabot[bot] 9eaed4a9bc
Bump actions/setup-java from 3.12.0 to 3.13.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](cd89f46ac9...0ab4596768)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 12:05:49 +00:00
dependabot[bot] d4bee3ab4c
Bump github/codeql-action from 2.21.7 to 2.21.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](04daf014b5...6a28655e3d)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 12:05:43 +00:00
Gary Gregory 5fb91b7be8
Merge pull request #356 from apache/dependabot/github_actions/github/codeql-action-2.21.7
Bump github/codeql-action from 2.21.5 to 2.21.7
2023-09-15 08:49:54 -04:00
dependabot[bot] a2cafeb472
Bump github/codeql-action from 2.21.5 to 2.21.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.5 to 2.21.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](00e563ead9...04daf014b5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 12:45:34 +00:00
Gary Gregory 580d9b8a41 [CSV-310] Misleading error message when QuoteMode set to None #352 2023-09-13 09:01:26 -04:00
Gary Gregory c2cf3057d3
Merge pull request #352 from gbidsilva/CSV-310
[CSV-310] Misleading error message when QuoteMode set to None
2023-09-13 08:59:55 -04:00
Gary Gregory dbdd56c8a0 [CSV-147] Better error message during faulty CSV record read #347
Clean up new test
2023-09-13 08:58:58 -04:00
Gary Gregory a33b24c26c
Merge pull request #347 from gbidsilva/CSV-147
[CSV-147] Error message optimization during faulty CSV record read
2023-09-13 08:46:11 -04:00
gbidsilva c0759cd95c fixing checkstyle issue 2023-09-11 18:32:35 +05:30
Gary Gregory f42982469b
Merge pull request #354 from apache/dependabot/github_actions/actions/upload-artifact-3.1.3
Bump actions/upload-artifact from 3.1.2 to 3.1.3
2023-09-08 09:20:45 -04:00
Gary Gregory 76c631af69
Merge pull request #355 from apache/dependabot/github_actions/actions/checkout-4.0.0
Bump actions/checkout from 3.6.0 to 4.0.0
2023-09-08 09:20:33 -04:00
Gary Gregory 9707539ff3
Merge pull request #353 from apache/dependabot/github_actions/actions/cache-3.3.2
Bump actions/cache from 3.3.1 to 3.3.2
2023-09-08 09:20:22 -04:00
dependabot[bot] 35c186f2f8
Bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](f43a0e5ff2...3df4ab11eb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 12:24:11 +00:00
dependabot[bot] 698ea9bf2c
Bump actions/upload-artifact from 3.1.2 to 3.1.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b7f8abb15...a8a3f3ad30)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 12:24:05 +00:00
dependabot[bot] 26f9d9e89e
Bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](88522ab9f3...704facf57e)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 12:24:01 +00:00
Gary Gregory bd7f627e9b Bump commons-parent from 61 to 62 2023-09-07 07:45:44 -04:00
gbidsilva eb95e6dff7 changing the exception message to be more meaningful 2023-09-06 18:42:13 +05:30
gbidsilva 05322761db moving exception handling to the Lexer 2023-09-05 18:12:40 +05:30
Gary Gregory 5af4338d6e
Bump com.h2database:h2 from 2.2.220 to 2.2.222 #349 2023-09-01 11:06:33 -04:00
Gary Gregory b3679f4dfd
Merge pull request #350 from apache/dependabot/github_actions/github/codeql-action-2.21.5
Bump github/codeql-action from 2.21.4 to 2.21.5
2023-09-01 11:05:43 -04:00
Gary Gregory efbfc16eae
Merge pull request #349 from apache/dependabot/maven/com.h2database-h2-2.2.222
Bump com.h2database:h2 from 2.2.220 to 2.2.222
2023-09-01 11:05:01 -04:00
Gary Gregory 4cbc564e78 Update DTD 2023-09-01 11:00:37 -04:00
dependabot[bot] 3f4fea3b87
Bump github/codeql-action from 2.21.4 to 2.21.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.4 to 2.21.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](a09933a12a...00e563ead9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 12:31:15 +00:00
dependabot[bot] 7a1b218626
Bump com.h2database:h2 from 2.2.220 to 2.2.222
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.220 to 2.2.222.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.2.220...version-2.2.222)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 12:13:03 +00:00
gbidsilva 7273a04ac3 removing unused variable 2023-09-01 11:54:58 +05:30
gbidsilva 76d5a65348 fixing imports 2023-09-01 09:59:23 +05:30
gbidsilva 4b1d09a490 breaking the PR into to two parts by removing the new method 2023-09-01 09:55:58 +05:30
gbidsilva 2f44a6b399 removing unwanted assert 2023-08-31 19:46:16 +05:30
gbidsilva 76ee73d7e4 fixing code review changes 2023-08-31 19:38:32 +05:30
gbidsilva 2448f4fbe4 adding code review typo fixes 2023-08-31 18:45:18 +05:30
gbidsilva ae8c0cd5c3 removing last parsed content from exception message, instead making respective method public 2023-08-31 18:33:35 +05:30
gbidsilva 9c50c7b49f Aligning error messages to be align with master branch 2023-08-30 19:28:32 +05:30
Buddhi De Silva 156f1f5071
Merge branch 'apache:master' into CSV-147 2023-08-30 19:23:35 +05:30
gbidsilva e60b8aca83 changing the message 2023-08-30 19:21:31 +05:30
Gary Gregory 710459843c Bump commons-parent from 60 to 61 2023-08-30 09:16:49 -04:00
Gary Gregory e613a3cc1b Javadoc 2023-08-30 09:12:10 -04:00
Gary Gregory 386e6e7cc1
Javadoc 2023-08-30 09:09:27 -04:00
Gary Gregory 4e0b0fb8a5
Javadoc 2023-08-30 09:08:38 -04:00
Gary Gregory b55e022d0e
Javadoc 2023-08-30 09:07:57 -04:00
Gary Gregory ecb056fd77
Javadoc 2023-08-30 09:07:23 -04:00
Gary Gregory aa7fd80838 Javadoc 2023-08-30 09:02:22 -04:00
Gary Gregory 346e217559
Javadoc 2023-08-30 09:00:53 -04:00