Search code examples
apache-pig

What is ColumnMapKeyPrune in pig?


Getting error as ERROR 2000: Error processing rule ColumnMapKeyPrune. What could be the reason?


Solution

  • Most likely a bug in pig. Try running with '-t ColumnMapKeyPrune' and see if it produces the expected output. Sample code would help check if the issue is fixed on trunk or not.