Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed changes for MatCalcitePlugin 1.6.0 #28

Merged
merged 5 commits into from Sep 12, 2023

Conversation

Lerm
Copy link
Collaborator

@Lerm Lerm commented Sep 12, 2023

Changes:

  1. Handle '[]' field name references directly in our code for arrays, instead of delegating work to IObject.resolveValue. This solves two problems: a) IObject.resolveValue('[..]') doesn't work with arrays of primitive values and b) IObject.resolveValue doesn't work well with null values.
  2. Introduce the 'getStaticField' function, which obtains value of a static field with the specified name for the referenced class.
  3. Update maven-bundle-plugin to 5.1.9 version to solve problem with 'ZipException : Invalid CEN header (invalid zip64 extra data field size)' error for MatCalciteDependencies.jar on Java 17.0.8.

Lerm and others added 2 commits September 12, 2023 18:16
…pException : Invalid CEN header (invalid zip64 extra data field size)' error for MatCalciteDependencies.jar on Java 17.0.8.
@vlsi vlsi merged commit 332492d into vlsi:master Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants