shangxinli commented on issue #193: URL: https://github.com/apache/iceberg/issues/193#issuecomment-690741263
@rdblue, idToAlias could be null. In that case, how do we find the field name which is required by the following Parquet API(FilterApi)? BTW, how do you resolve the imports of 'relocated' in Intellij? I am able to Gradle build in the terminal but Intellij keeps complaining those relocated imports like below. This blocks me to run unit test in Intellij. import org.apache.iceberg.relocated.com.google.common.collect.ImmutableList; import org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap; ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
